Skip to content

Commit bbf44d9

Browse files
committed
Do not run integration tests on PHAR for now
1 parent 3128f26 commit bbf44d9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/phar.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,14 @@ jobs:
104104
- name: "Delete checksum PHAR"
105105
run: "rm tmp/phpstan.phar"
106106

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: 1.12.x
113-
phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
107+
#
108+
# integration-tests:
109+
# if: github.event_name == 'pull_request'
110+
# needs: compiler-tests
111+
# uses: phpstan/phpstan/.github/workflows/[email protected]
112+
# with:
113+
# ref: 1.12.x
114+
# phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
114115

115116
extension-tests:
116117
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)