Skip to content

Commit b0b6b67

Browse files
committed
Test PHAR integration tests in phpstan-src
1 parent c00ba35 commit b0b6b67

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/compiler-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,12 @@ jobs:
4545
4646
- uses: actions/upload-artifact@v2
4747
with:
48-
name: phpstan.phar
48+
name: phar-file
4949
path: tmp/phpstan.phar
50+
51+
integration-tests:
52+
if: github.event_name == 'pull_request'
53+
needs: compiler-tests
54+
uses: phpstan/phpstan/.github/workflows/integration-tests.yml@master
55+
with:
56+
ref: master

0 commit comments

Comments
 (0)