We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eef99a commit 4edc329Copy full SHA for 4edc329
.github/workflows/phar.yml
@@ -103,14 +103,14 @@ jobs:
103
104
- name: "Delete checksum PHAR"
105
run: "rm tmp/phpstan.phar"
106
-#
107
-# integration-tests:
108
-# if: github.event_name == 'pull_request'
109
-# needs: compiler-tests
110
-# uses: phpstan/phpstan/.github/workflows/[email protected]
111
-# with:
112
-# ref: 2.0.x
113
-# phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
+
+ integration-tests:
+ if: github.event_name == 'pull_request'
+ needs: compiler-tests
+ uses: phpstan/phpstan/.github/workflows/[email protected]
+ with:
+ ref: 2.0.x
+ phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
114
115
extension-tests:
116
if: github.event_name == 'pull_request'
0 commit comments