Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVajnagi authored Nov 25, 2024
1 parent e16324a commit db4db71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
mv config/database.yml.docker config/database.yml
- name: Precompile assets
run: RAILS_ENV=test bin/rails assets:precompile
run: |
bundle exec rails assets:precompile
- name: Run tests
run: |
Expand Down

0 comments on commit db4db71

Please sign in to comment.