Skip to content

Commit 67e581d

Browse files
committed
revert: without needs, make ci workflow parrallel
1 parent 47df27f commit 67e581d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
- name: Build library
3939
run: pnpm run build
4040
test-lint:
41-
needs: build
42-
4341
runs-on: ${{ matrix.os }}
4442

4543
strategy:
@@ -66,7 +64,6 @@ jobs:
6664
- name: Test lint
6765
run: pnpm run test:lint
6866
# test-audit:
69-
# needs: build
7067
# runs-on: ${{ matrix.os }}
7168

7269
# strategy:
@@ -93,8 +90,6 @@ jobs:
9390
# - name: Test audit
9491
# run: pnpm audit
9592
test-unit:
96-
needs: build
97-
9893
runs-on: ${{ matrix.os }}
9994

10095
strategy:
@@ -117,6 +112,6 @@ jobs:
117112

118113
- name: Install dependencies
119114
run: pnpm install --ignore-scripts
120-
115+
121116
- name: Test unit
122117
run: npm run test:unit --coverage --maxWorkers=2

0 commit comments

Comments
 (0)