Skip to content

Commit

Permalink
Remove precompile step
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Nov 7, 2024
1 parent e46281e commit 722360f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@ jobs:
run: |
npm ci
cd demo && npm ci
- name: Precompile assets
run: |
cd demo
bundle
bin/rails assets:precompile
# - name: Precompile assets
# run: |
# cd demo
# bundle
# bin/rails assets:precompile
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
Expand Down

0 comments on commit 722360f

Please sign in to comment.