Skip to content

Commit

Permalink
Precompile in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalcic committed Feb 24, 2021
1 parent 3c33aa4 commit 4add337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
bundler-cache: true
- name: Prepare database
run: bundle exec rails db:setup
- name: Precompile assets
run: bundle exec rails app:assets:precompile
- name: Test with Rake
run: bundle exec rake
- name: Upload coverage to Coveralls
Expand Down

0 comments on commit 4add337

Please sign in to comment.