From 5e02035ffc885b2ee7e8a93f68bb11c502c78a56 Mon Sep 17 00:00:00 2001 From: Ethan Wu Date: Sun, 9 Aug 2020 15:20:01 -0400 Subject: [PATCH] fix: fix CI jobs hardererer --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c4e5321c..7ba726e3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: yarn test:report --ci --forceExit - name: Upload coverage reports - if: ${{ (steps.testrun.outcome == 'success') || (steps.testrun.outcome == 'failure') }} + if: always() && ((steps.testrun.outcome == 'success') || (steps.testrun.outcome == 'failure')) uses: codecov/codecov-action@v1 docker-build: