File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 53
53
run : yarn ng-dev release build
54
54
55
55
test :
56
+ needs : build
56
57
runs-on : ubuntu-latest
57
58
steps :
58
59
- name : Initialize environment
69
70
ASPECT_RULES_JS_FROZEN_PNPM_LOCK : ' 1'
70
71
71
72
e2e :
73
+ needs : build
72
74
strategy :
73
75
fail-fast : false
74
76
matrix :
@@ -101,6 +103,7 @@ jobs:
101
103
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 }}
102
104
103
105
e2e-package-managers :
106
+ needs : build
104
107
strategy :
105
108
fail-fast : false
106
109
matrix :
@@ -122,6 +125,7 @@ jobs:
122
125
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 }}
123
126
124
127
e2e-snapshots :
128
+ needs : build
125
129
strategy :
126
130
fail-fast : false
127
131
matrix :
@@ -143,6 +147,7 @@ jobs:
143
147
run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
144
148
145
149
browsers :
150
+ needs : build
146
151
runs-on : ubuntu-latest
147
152
name : Browser Compatibility Tests
148
153
env :
@@ -177,6 +182,7 @@ jobs:
177
182
path : ${{ env.SAUCE_CONNECT_DIR_IN_HOST }}/sauce-connect.log
178
183
179
184
publish-snapshots :
185
+ needs : build
180
186
runs-on : ubuntu-latest
181
187
env :
182
188
CIRCLE_BRANCH : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments