Skip to content

Commit

Permalink
fix: fix CI jobs hardererer
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwu10 committed Aug 9, 2020
1 parent c75672f commit 5e02035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5e02035

Please sign in to comment.