From 59aefad34b6bd7ae506d5991596b380eabdf3179 Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 30 Jan 2025 08:40:31 +0000 Subject: [PATCH] lint --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 6e38cd193..e95168f62 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -68,7 +68,7 @@ jobs: - name: Compile assets run: | bundle exec rake assets:precompile - + # This is temporary to fix flaky parallel tests due to `secret_key_base` being read before it's set - name: Create local secret run: |