From 10d9fc6fb4ff25836dafe7242ae9f757fc23836e Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 14 Mar 2023 09:44:20 +0000 Subject: [PATCH] Add PARALLEL_TEST_PROCESSORS env var --- .github/workflows/production_pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index fdf8ead4d..82f37e743 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -42,6 +42,7 @@ jobs: DB_USERNAME: postgres DB_PASSWORD: password RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }} + PARALLEL_TEST_PROCESSORS: 4 steps: - name: Get latest release with tag