Skip to content

Commit

Permalink
Try sequential jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl authored Dec 20, 2022
1 parent 80d9927 commit 2afea66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm run build

- name: npm test
run: npm test
run: npm test -- --runInBand
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 2afea66

Please sign in to comment.