Skip to content

Commit

Permalink
actions - rspec action
Browse files Browse the repository at this point in the history
  • Loading branch information
dcordz committed Jun 5, 2024
1 parent 305e654 commit 578ed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
VAPID_PRIVATE_KEY: WE83Oc3c1GaC08gcEM2YKddtTpx0DdrjEfTHONVqR0s # testing only
SWAY_DATABASE_PASSWORD: testing123! # testing only
run: | # multi-line run command: https://stackoverflow.com/a/66809682/6410635
rails db:seed
bundle exec rails db:seed
bundle exec rspec

0 comments on commit 578ed8c

Please sign in to comment.