Skip to content

Commit

Permalink
ci: force exit to avoid stuck tests just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Aug 26, 2021
1 parent 06e3326 commit 156c5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
- name: Install
run: yarn install --immutable
- name: Test
run: yarn test
run: yarn test --forceExit

0 comments on commit 156c5fb

Please sign in to comment.