Skip to content

Commit

Permalink
Add Precompile assets to CI
Browse files Browse the repository at this point in the history
This will fix `The asset "tailwind.css" is not present in the asset pipeline.` error when running system tests.
  • Loading branch information
binos30 committed Jul 19, 2024
1 parent 69987c2 commit 0b9dcea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
ruby-version: .ruby-version
bundler-cache: true

- name: Precompile assets
run: bin/bundle exec rake assets:precompile

- name: Run tests
env:
RAILS_ENV: test
Expand Down

0 comments on commit 0b9dcea

Please sign in to comment.