Skip to content

Commit

Permalink
[TEST COMMIT]
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwu10 committed Aug 9, 2020
1 parent d49195d commit e00ff28
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e00ff28

Please sign in to comment.