Browse Source

Add PARALLEL_TEST_PROCESSORS env var

pull/1412/head
Kat 3 years ago
parent
commit
10d9fc6fb4
  1. 1
      .github/workflows/production_pipeline.yml

1
.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

Loading…
Cancel
Save