diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ba726e3b..3aeb817bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,6 +93,7 @@ jobs: id: testrun run: | yarn test:report --ci --forceExit + false - name: Upload coverage reports if: always() && ((steps.testrun.outcome == 'success') || (steps.testrun.outcome == 'failure'))