Skip to content

Commit aadbccd

Browse files
committed
fix: add need
1 parent 40ce9e9 commit aadbccd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
matrix:
3636
node-version: [18.x, 20.x]
3737
os: [ubuntu-latest, windows-latest, macos-latest]
38+
needs: build
3839
uses: ./.github/workflows/test.yml
3940
with:
4041
node_version: ${{ matrix.node-version }}
@@ -47,6 +48,7 @@ jobs:
4748
matrix:
4849
node-version: [18.x, 20.x]
4950
os: [ubuntu-latest, windows-latest, macos-latest]
51+
needs: build
5052
uses: ./.github/workflows/test.yml
5153
with:
5254
node_version: ${{ matrix.node-version }}
@@ -59,6 +61,7 @@ jobs:
5961
matrix:
6062
node-version: [18.x, 20.x]
6163
os: [ubuntu-latest, windows-latest, macos-latest]
64+
needs: build
6265
uses: ./.github/workflows/test.yml
6366
with:
6467
node_version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)