test: fail faster
This commit is contained in:
parent
e92a94b5df
commit
1f832ca9e2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -49,8 +49,8 @@ jobs:
|
|||
if: ${{ vars.NPM_CI_REGISTRY }}
|
||||
- run: |
|
||||
npm ci
|
||||
npm run -- test -t 360000
|
||||
npm run -- test -t 360000 -p e2e
|
||||
npm run -- test -t 30000
|
||||
npm run -- test -t 30000 -p e2e
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user