Skip to content

Commit e492101

Browse files
Check for phar build
1 parent 1d5e23f commit e492101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ jobs:
100100
run: ${{ env.PHAR }} --configuration=build/captainhook.json hook:pre-push
101101

102102
- name: Execute phar end-to-end tests
103+
if: ${{ matrix.buildphar }}
103104
run: CH_TEST_BIN=${{ env.PHAR }} tools/phpunit --no-coverage --testsuite EndToEndTests

0 commit comments

Comments
 (0)