Skip to content

Commit

Permalink
Skip precompiling of webpacker in the Ruby build (that's handled by a…
Browse files Browse the repository at this point in the history
… different job)
  • Loading branch information
wwahammy committed Sep 9, 2023
1 parent 222c522 commit d98df2f
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 @@ -72,7 +72,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:
needs: package-download
Expand Down

0 comments on commit d98df2f

Please sign in to comment.