Skip to content

Commit 4edc329

Browse files
committed
Run integration tests again
1 parent 7eef99a commit 4edc329

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/phar.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ jobs:
103103

104104
- name: "Delete checksum PHAR"
105105
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}}
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}}
114114

115115
extension-tests:
116116
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)