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

Loading…
Cancel
Save