This commit is contained in:
Tatyana Kostromskaya
2023-08-29 14:23:58 +00:00
parent 83bb7cdeef
commit a08d666c78
3 changed files with 10 additions and 10 deletions

View File

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