Skip to content

Commit

Permalink
compile assets in CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2024
1 parent 076ba6f commit 58bdffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
RAILS_ENV=test bundle exec rails db:create
RAILS_ENV=test bundle exec rails db:schema:load
RAILS_ENV=test bundle exec rake assets:compile
bundle exec rake
env:
#Note: DATABASE_URL does not work in TEST env.
Expand Down

0 comments on commit 58bdffc

Please sign in to comment.