Browse Source

Fix parallel setup for services tests

pull/2853/head
Rachael Booth 6 months ago
parent
commit
98e57f46bc
  1. 3
      .github/workflows/run_tests.yml

3
.github/workflows/run_tests.yml

@ -278,6 +278,7 @@ jobs:
DB_USERNAME: postgres
DB_PASSWORD: password
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
PARALLEL_TEST_PROCESSORS: 4
steps:
- name: Checkout
@ -296,7 +297,7 @@ jobs:
- name: Create database
run: |
bundle exec rake db:prepare
bundle exec rake parallel:setup
- name: Compile assets
run: |

Loading…
Cancel
Save