From 4409acba42dd547025d39f058e7a17e3116716fa Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 20 Aug 2024 12:54:44 +0100 Subject: [PATCH] Use flaky-test-retry system We use this on the main core repository, so it makes sense to use it here as well. It should reduce the overall flakiness of the discourse_docker build. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83e48755f..7c4294def 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,7 @@ concurrency: env: BUILDKIT_PROGRESS: plain + DISCOURSE_TURBO_RSPEC_RETRY_AND_LOG_FLAKY_TESTS: true jobs: base: