Skip to content

Commit

Permalink
ci(jest): remove continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jul 26, 2020
1 parent 4122e17 commit 24ca838
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: yarn install
- name: Jest coverage
uses: mattallty/[email protected]
continue-on-error: true
with:
changes-only: true
test-command: 'yarn test:coverage'
Expand Down

0 comments on commit 24ca838

Please sign in to comment.