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

View File

@@ -9,6 +9,7 @@ on:
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v1.6.1

View File

@@ -12,6 +12,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]