Skip to content

Commit 675f0e7

Browse files
committed
Run extension tests from phpstan/phpstan
1 parent 135652f commit 675f0e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/compiler-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,10 @@ jobs:
5151
uses: phpstan/phpstan/.github/workflows/integration-tests.yml@master
5252
with:
5353
ref: master
54+
55+
extension-tests:
56+
if: github.event_name == 'pull_request'
57+
needs: compiler-tests
58+
uses: phpstan/phpstan/.github/workflows/extension-tests.yml@master
59+
with:
60+
ref: master

0 commit comments

Comments
 (0)