Browse Source

Add parallel tests to prod pipeline

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

4
.github/workflows/production_pipeline.yml

@ -71,7 +71,7 @@ jobs:
- name: Create database
run: |
bundle exec rake db:prepare
bundle exec rake parallel:setup
- name: Compile Assets
run: |
@ -79,7 +79,7 @@ jobs:
- name: Run tests
run: |
bundle exec rspec --exclude-pattern "features/*" --fail-fast
bundle exec rake parallel:spec['spec\/(?!features)']
feature_test:
name: Feature Tests

Loading…
Cancel
Save