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

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