add timeout to the step

This commit is contained in:
Hongbo Wu
2023-11-08 15:55:24 +08:00
parent 7d1b637755
commit f8440cc328
2 changed files with 2 additions and 1 deletions

View File

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