Skip to content

Commit

Permalink
tweak the specs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Mar 3, 2023
1 parent 57e55f2 commit 79d2b52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
ports:
- 5432:5432
strategy:
fail-fast: false
matrix:
suite:
- cucumber
- rspec
suite: [cucumber, rspec]
env:
TZ: America/Los_Angeles
RAILS_ENV: test
Expand Down

0 comments on commit 79d2b52

Please sign in to comment.