We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d047b commit b8e841bCopy full SHA for b8e841b
1 file changed
.github/workflows/core.yml
@@ -353,6 +353,7 @@ jobs:
353
if: ${{ always() && env.ACTIONS_DO_UI_TEST == 'true' && !matrix.n4w1 }}
354
continue-on-error: true
355
- uses: ./.github/actions/upload-coverage
356
+ if: ${{ !matrix.n4w1 }}
357
358
# Click tests - UI.
359
# See [docs/tests/click-tests](../tests/click-tests.md) for more info.
0 commit comments