Skip to content

Commit

Permalink
Unnecessary precompilation deleted from CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrlpz committed Feb 3, 2025
1 parent 06a9f6f commit 57cde7d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ jobs:
- name: Setup Database
run: bundle exec rake test_app

- name: Precompile assets
working-directory: ./spec/decidim_dummy_app/
env:
BUNDLE_GEMFILE: ../../Gemfile
run: |
npm install
bundle exec rake assets:precompile
- name: Run RSpec
run: SIMPLECOV=1 CODECOV=1 bundle exec rake

Expand Down

0 comments on commit 57cde7d

Please sign in to comment.