add timeout to the step
This commit is contained in:
1
.github/workflows/run-tests.yaml
vendored
1
.github/workflows/run-tests.yaml
vendored
@ -84,6 +84,7 @@ jobs:
|
||||
run: |
|
||||
source ~/.nvm/nvm.sh
|
||||
yarn test
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
PG_HOST: localhost
|
||||
PG_PORT: ${{ job.services.postgres.ports[5432] }}
|
||||
|
||||
Reference in New Issue
Block a user