Skip to content

Feat/compatible with workflows repo #88

Feat/compatible with workflows repo

Feat/compatible with workflows repo #88

Workflow file for this run

name: Tests
on:
pull_request:
paths:
- '**.php'
- '.github/workflows/run-tests.yml'
- 'phpunit.xml.dist'
- 'composer.json'
- 'composer.lock'
workflow_dispatch:
jobs:
test:
uses: yardinternet/workflows/.github/workflows/skeleton-package-run-tests.yml@feat/package-tests-workflow
secrets: inherit
with:
php-version: '8.1'

Check failure on line 18 in .github/workflows/run-tests.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/run-tests.yml (Line: 18, Col: 20): Invalid input, php-version is not defined in the referenced workflow.