Skip to content

Feat/compatible with workflows repo #90

Feat/compatible with workflows repo

Feat/compatible with workflows repo #90

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