From 97be676b990f1cc286dbe7517461c69134dfd098 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Mon, 21 Oct 2024 16:53:52 +0200 Subject: [PATCH] DEV: Fix workflow syntax (#29314) A followup to 417e57d4cef0ac2712b910bb97d396229fc7c50b --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9d2c2af0e38..c990693e066 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: USES_PARALLEL_DATABASES: ${{ matrix.build_type == 'backend' || matrix.build_type == 'system' }} CAPYBARA_DEFAULT_MAX_WAIT_TIME: 10 MINIO_RUNNER_LOG_LEVEL: DEBUG - DISCOURSE_TURBO_RSPEC_RETRY_AND_LOG_FLAKY_TESTS: ${{ (matrix.build_type == 'system' || matrix.build_type == 'backend') && "1" }} + DISCOURSE_TURBO_RSPEC_RETRY_AND_LOG_FLAKY_TESTS: ${{ (matrix.build_type == 'system' || matrix.build_type == 'backend') && '1' }} CHEAP_SOURCE_MAPS: "1" TESTEM_DEFAULT_BROWSER: Chrome MINIO_RUNNER_INSTALL_DIR: /home/discourse/.minio_runner