ci: try more concurrency
This commit is contained in:
parent
a9557e98c8
commit
fe93664347
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -65,8 +65,8 @@ jobs:
|
|||
- run: npm ci
|
||||
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
|
||||
- run: |
|
||||
npm run -- test -t 120000
|
||||
npm run -- test -t 120000 -p e2e
|
||||
npm run -- test -t 120000 & npm run -- test -t 120000 -p e2e
|
||||
wait
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user