Skip to content

Commit

Permalink
compile assets for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Nov 21, 2023
1 parent ad4fb41 commit 6198a65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ jobs:
run: bundle exec rubocop
env:
RAILS_ENV: test
# Tempoarly do not compile assets
# - name: Compile assets
# run: |
# bundle exec rails assets:precompile &> /dev/null
- name: Compile assets
run: |
bundle exec rails assets:precompile &> /dev/null
- name: Run tests
run: xvfb-run -a bundle exec rake tufts:spec
env:
Expand Down

0 comments on commit 6198a65

Please sign in to comment.