1
0
Fork 0

Try sequential jest tests

pull/1278/head
Ferenc Hammerl 2022-12-20 16:32:59 +01:00 committed by GitHub
parent 80d992795c
commit 2afea665ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 }}