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:
220220 - emsdk-env
221221 - bootstrap
222222 - 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
223230 remove-linux-binaries :
224231 description : " Remove linux binaries from workspace"
225232 steps :
@@ -246,13 +253,6 @@ commands:
246253 type : string
247254 default : " "
248255 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
256256 - run :
257257 name : run tests (<< parameters.title >>)
258258 environment :
You can’t perform that action at this time.
0 commit comments