File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,13 @@ commands:
220
220
- emsdk-env
221
221
- bootstrap
222
222
- pip-install
223
+ - when :
224
+ # We only set EMTEST_RETRY_FLAKY on pull requests. When we run
225
+ # normal CI jobs on branches like main we still want to be able to
226
+ # detect flakyness.
227
+ condition : ${CIRCLE_PULL_REQUEST}
228
+ steps :
229
+ - set-retry-flaky-tests
223
230
remove-linux-binaries :
224
231
description : " Remove linux binaries from workspace"
225
232
steps :
@@ -246,13 +253,6 @@ commands:
246
253
type : string
247
254
default : " "
248
255
steps :
249
- - when :
250
- # We only set EMTEST_RETRY_FLAKY on pull requests. When we run
251
- # normal CI jobs on branches like main we still want to be able to
252
- # detect flakyness.
253
- condition : ${CIRCLE_PULL_REQUEST}
254
- steps :
255
- - set-retry-flaky-tests
256
256
- run :
257
257
name : run tests (<< parameters.title >>)
258
258
environment :
You can’t perform that action at this time.
0 commit comments