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: |