Skip to content

Commit cf39148

Browse files
committed
Do not run integration tests on PHAR for now
1 parent fba5607 commit cf39148

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: .github/workflows/phar.yml

+8-8
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)