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

View File

@ -8,7 +8,7 @@
],
"license": "AGPL-3.0-only",
"scripts": {
"test": "lerna run test --ignore @omnivore/api",
"test": "lerna run --no-bail test",
"lint": "lerna run lint",
"build": "lerna run build",
"test:scoped:example": "lerna run test --scope={@omnivore/pdf-handler,@omnivore/web}",