diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c4e5321c..31b3c3e3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,8 +94,13 @@ jobs: run: | yarn test:report --ci --forceExit + - name: debug + if: always() + run: | + echo ${{ (steps.testrun.outcome == 'success') || (steps.testrun.outcome == 'failure') }} + - name: Upload coverage reports - if: ${{ (steps.testrun.outcome == 'success') || (steps.testrun.outcome == 'failure') }} + if: (steps.testrun.outcome == 'success') || (steps.testrun.outcome == 'failure') uses: codecov/codecov-action@v1 docker-build: