Browse Source

Revert "temp disable fail-fast for ease of testing"

This reverts commit 6993d29866.
pull/3010/head
Carolyn 1 month ago
parent
commit
0e4edc2e0f
  1. 6
      .github/workflows/run_tests.yml

6
.github/workflows/run_tests.yml

@ -134,7 +134,7 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
bundle exec rspec spec/features --exclude-pattern "spec/features/accessibility_spec.rb" bundle exec rspec spec/features --fail-fast --exclude-pattern "spec/features/accessibility_spec.rb"
model_test: model_test:
name: Model tests name: Model tests
@ -192,7 +192,7 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
bundle exec rspec spec/models bundle exec rspec spec/models --fail-fast
requests_test: requests_test:
name: Requests tests name: Requests tests
@ -377,7 +377,7 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
bundle exec rspec spec/features/accessibility_spec.rb bundle exec rspec spec/features/accessibility_spec.rb --fail-fast
lint: lint:
name: Lint name: Lint

Loading…
Cancel
Save