Skip to content

Commit

Permalink
Run extension tests from phpstan/phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 18, 2021
1 parent f3c05b4 commit daf2b23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compiler-tests.yml
Expand Up @@ -51,3 +51,10 @@ jobs:
uses: phpstan/phpstan/.github/workflows/integration-tests.yml@master
with:
ref: master

extension-tests:
if: github.event_name == 'pull_request'
needs: compiler-tests
uses: phpstan/phpstan/.github/workflows/extension-tests.yml@master
with:
ref: master

0 comments on commit daf2b23

Please sign in to comment.