Skip to content

Commit

Permalink
Test PHAR integration tests in phpstan-src
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes authored and MidnightDesign committed Nov 30, 2021
1 parent e542bc7 commit 31b3a37
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/compiler-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,12 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: phpstan.phar
name: phar-file
path: tmp/phpstan.phar

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

0 comments on commit 31b3a37

Please sign in to comment.