Skip to content

Commit ad8f014

Browse files
committed
ci: improve ci scripts
1 parent 3eee5bc commit ad8f014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
run-jest-lib-legacy:
143143
if: ${{ inputs.use-matrix == true }}
144144
runs-on: ubuntu-latest
145-
needs: build-legacy-node
145+
needs: [build-modern-node, build-legacy-node]
146146
strategy:
147147
matrix:
148148
node-version: [7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x]

0 commit comments

Comments
 (0)