We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3128f26 commit bbf44d9Copy full SHA for bbf44d9
.github/workflows/phar.yml
@@ -104,13 +104,14 @@ jobs:
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: 1.12.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: 1.12.x
114
+# phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
115
116
extension-tests:
117
if: github.event_name == 'pull_request'
0 commit comments