Try sequential jest tests

This commit is contained in:
Ferenc Hammerl
2022-12-20 16:32:59 +01:00
committed by GitHub
parent 80d992795c
commit 2afea665ed

View File

@@ -40,7 +40,7 @@ jobs:
run: npm run build
- name: npm test
run: npm test
run: npm test -- --runInBand
env:
GITHUB_TOKEN: ${{ github.token }}