Skip to content

Commit

Permalink
Merge pull request #1660 from houdiniproject/set-webpacker-precompile…
Browse files Browse the repository at this point in the history
…-to-false

Skip precompiling of webpacker in the Ruby build (that's handled by a different job)
  • Loading branch information
wwahammy committed Sep 9, 2023
2 parents 9928c7f + ce2bad5 commit 45c0867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/single-matrix-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: run spec
run: bundle exec rake spec
- name: run assets:precompile
run: bin/rails assets:precompile
run: WEBPACKER_PRECOMPILE=f bin/rails assets:precompile

webpack:
name: "Webpack JS files"
Expand Down

0 comments on commit 45c0867

Please sign in to comment.