Skip to content

Commit 0e130d3

Browse files
committed
Run jobs in parallel.
1 parent 3a41390 commit 0e130d3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Run eslint
2424
run: npm run lint
2525
test-node:
26-
needs: [lint]
2726
runs-on: ubuntu-latest
2827
timeout-minutes: 10
2928
services:
@@ -51,7 +50,6 @@ jobs:
5150
cd test
5251
npm test
5352
coverage:
54-
needs: [test-node]
5553
runs-on: ubuntu-latest
5654
timeout-minutes: 10
5755
services:

0 commit comments

Comments
 (0)