Skip to content

Commit

Permalink
Rails 7 CI attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchaaf committed Jun 18, 2024
1 parent 5542884 commit ae2d65a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
env:
BUNDLE_PATH: vendor/bundle
BUNDLE_WITHOUT: development
SECRET_KEY_BASE: ad4d97aef89588c346638cfe689f667f06bc29d2c40724107558e5d4defe723e42cfb294cdb25d7e3241195cfb7cc952e8a2c1680460bea4904bd79d21784307
STEAM_API_KEY: abcd1234

services:
postgres:
Expand Down Expand Up @@ -40,4 +42,6 @@ jobs:
env:
RAILS_ENV: test
PGHOST: localhost
run: bundle exec rake test
run: |
bundle exec rake rspec
bundle exec rake lint

0 comments on commit ae2d65a

Please sign in to comment.