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] }}
|
||||
|
||||
@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user