Skip to content

Commit 42f756a

Browse files
committed
CI: fix unit-test job.
1 parent 1952e0a commit 42f756a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/commit-stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,15 @@ jobs:
204204
if: ${{ !matrix.generate-coverage-report }}
205205
run: |
206206
vendor/bin/phpunit --testsuite=unit --testdox --colors=always
207-
continue-on-error: ${{ matrix.generate-coverage-report }}
207+
continue-on-error: ${{ matrix.experimental }}
208208

209209
- name: Run unit tests WITH COVERAGE
210210
if: ${{ matrix.generate-coverage-report }}
211211
run: |
212212
vendor/bin/phpunit --testsuite=unit --testdox --colors=always \
213213
--coverage-clover ${{ vars.UNIT_TEST_CLOVER_FILENAME }} \
214214
--testdox-text ${{ vars.UNIT_TEST_DOC_FILENAME }}
215-
continue-on-error: ${{ matrix.generate-coverage-report }}
215+
continue-on-error: ${{ matrix.experimental }}
216216

217217
- name: Get Coverage artifact name
218218
if: ${{ matrix.generate-coverage-report }}

0 commit comments

Comments
 (0)