Skip to content

Commit

Permalink
test: fail faster
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Feb 12, 2024
1 parent e92a94b commit 1f832ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f832ca

Please sign in to comment.