There was an error while loading. Please reload this page.
2 parents 42f756a + 5943232 commit 9f2d4a2Copy full SHA for 9f2d4a2
3 files changed
.github/workflows/commit-stage.yaml
@@ -204,15 +204,15 @@ jobs:
204
if: ${{ !matrix.generate-coverage-report }}
205
run: |
206
vendor/bin/phpunit --testsuite=unit --testdox --colors=always
207
- continue-on-error: ${{ matrix.experimental }}
+ continue-on-error: ${{ matrix.is-php-experimental }}
208
209
- name: Run unit tests WITH COVERAGE
210
if: ${{ matrix.generate-coverage-report }}
211
212
vendor/bin/phpunit --testsuite=unit --testdox --colors=always \
213
--coverage-clover ${{ vars.UNIT_TEST_CLOVER_FILENAME }} \
214
--testdox-text ${{ vars.UNIT_TEST_DOC_FILENAME }}
215
216
217
- name: Get Coverage artifact name
218
0 commit comments