use --forceExit running jest, define timeouts for github workflows

This commit is contained in:
Karsten Hassel
2021-06-21 22:27:36 +02:00
parent 39a838c2ab
commit a222c58047
5 changed files with 8 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ on:
jobs:
run-and-upload-coverage-report:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- run: |