File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 87
87
retention-days : 14
88
88
89
89
test :
90
+ needs : build
90
91
runs-on : ubuntu-latest
91
92
steps :
92
93
- name : Initialize environment
@@ -103,6 +104,7 @@ jobs:
103
104
ASPECT_RULES_JS_FROZEN_PNPM_LOCK : ' 1'
104
105
105
106
e2e :
107
+ needs : build
106
108
strategy :
107
109
fail-fast : false
108
110
matrix :
@@ -124,6 +126,7 @@ jobs:
124
126
run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
125
127
126
128
e2e-windows-subset :
129
+ needs : build
127
130
runs-on : windows-latest
128
131
steps :
129
132
# Workaround for: https://github.com/bazel-contrib/bazel-lib/issues/968.
@@ -141,6 +144,7 @@ jobs:
141
144
run : yarn bazel test --config=e2e //tests/legacy-cli:e2e_node22 --test_filter="tests/basic/{build,rebuild}.ts" --test_arg="--esbuild"
142
145
143
146
e2e-package-managers :
147
+ needs : build
144
148
strategy :
145
149
fail-fast : false
146
150
matrix :
@@ -162,7 +166,7 @@ jobs:
162
166
run : yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
163
167
164
168
e2e-snapshots :
165
- needs : analyze
169
+ needs : [ analyze, build]
166
170
if : needs.analyze.outputs.snapshots == 'true'
167
171
strategy :
168
172
fail-fast : false
You can’t perform that action at this time.
0 commit comments