Skip to content

Commit c2cd8e0

Browse files
committed
DEV: Move RETRY_AND_LOG_FLAKY_TESTS to correct location
We need to set the env inside the docker container, not in the github runner
1 parent c622ee5 commit c2cd8e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ concurrency:
1212

1313
env:
1414
BUILDKIT_PROGRESS: plain
15-
DISCOURSE_TURBO_RSPEC_RETRY_AND_LOG_FLAKY_TESTS: true
1615

1716
jobs:
1817
timestamp:
@@ -95,7 +94,7 @@ jobs:
9594
9695
- name: run specs for `main` branch
9796
run: |
98-
docker run --rm -e RUBY_ONLY=1 -e USE_TURBO=1 -e SKIP_PLUGINS=1 -e SKIP_LINT=1 discourse/discourse_test:build_${{ matrix.arch }}
97+
docker run --rm -e RUBY_ONLY=1 -e USE_TURBO=1 -e SKIP_PLUGINS=1 -e SKIP_LINT=1 -e DISCOURSE_TURBO_RSPEC_RETRY_AND_LOG_FLAKY_TESTS=1 discourse/discourse_test:build_${{ matrix.arch }}
9998
10099
- name: build & tag dev image for `main` branch
101100
working-directory: image

0 commit comments

Comments
 (0)