Skip to content

Commit 1d5e23f

Browse files
Run e2e test on phar as well
1 parent 4bd94a6 commit 1d5e23f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,6 @@ jobs:
9898
- name: Run phar pre-push
9999
if: ${{ matrix.buildphar }}
100100
run: ${{ env.PHAR }} --configuration=build/captainhook.json hook:pre-push
101+
102+
- name: Execute phar end-to-end tests
103+
run: CH_TEST_BIN=${{ env.PHAR }} tools/phpunit --no-coverage --testsuite EndToEndTests

0 commit comments

Comments
 (0)