We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ce9e9 commit aadbccdCopy full SHA for aadbccd
.github/workflows/ci.yml
@@ -35,6 +35,7 @@ jobs:
35
matrix:
36
node-version: [18.x, 20.x]
37
os: [ubuntu-latest, windows-latest, macos-latest]
38
+ needs: build
39
uses: ./.github/workflows/test.yml
40
with:
41
node_version: ${{ matrix.node-version }}
@@ -47,6 +48,7 @@ jobs:
47
48
49
50
51
52
53
54
@@ -59,6 +61,7 @@ jobs:
59
61
60
62
63
64
65
66
67
0 commit comments