Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,13 @@ commands:
- emsdk-env
- bootstrap
- pip-install
- when:
# We only set EMTEST_RETRY_FLAKY on pull requests. When we run
# normal CI jobs on branches like main we still want to be able to
# detect flakyness.
condition: ${CIRCLE_PULL_REQUEST}
steps:
- set-retry-flaky-tests
remove-linux-binaries:
description: "Remove linux binaries from workspace"
steps:
Expand All @@ -246,13 +253,6 @@ commands:
type: string
default: ""
steps:
- when:
# We only set EMTEST_RETRY_FLAKY on pull requests. When we run
# normal CI jobs on branches like main we still want to be able to
# detect flakyness.
condition: ${CIRCLE_PULL_REQUEST}
steps:
- set-retry-flaky-tests
- run:
name: run tests (<< parameters.title >>)
environment:
Expand Down