From 8aff5b658877d157d8d840f6b3bb18d05a9dd0c3 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 20 Aug 2024 13:44:25 +0100 Subject: [PATCH] Use flaky-test-retry system (#834) 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 83e4875..7c4294d 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: -- 2.25.1