Skip to content

Commit

Permalink
Precompile assets for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalcic committed May 26, 2021
1 parent 0fd5d43 commit 0c54802
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Expand Up @@ -53,6 +53,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 rails t
- name: Upload coverage to Coveralls
Expand Down

0 comments on commit 0c54802

Please sign in to comment.