This commit is contained in:
Tatyana Kostromskaya
2023-08-29 14:56:32 +00:00
parent a08d666c78
commit b051b4bada
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
run: npm test -- --runInBand --forceExit
env:
GITHUB_TOKEN: ${{ github.token }}