Skip to content

Commit

Permalink
Add step to precompile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Feb 14, 2024
1 parent 57da023 commit 9fed169
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
- name: Setup Database
run: bundle exec rake test_app

- name: Precompile assets
run: |
npm install
bundle exec rake assets:precompile
- name: Run RSpec
run: bundle exec rspec
env:
Expand Down

0 comments on commit 9fed169

Please sign in to comment.