Skip to content

Commit cbbd451

Browse files
committed
wip
1 parent d2f263e commit cbbd451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_rails.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Using Gemfile
3333
run: |
3434
mv -f Gemfile.${{ matrix.version }} ./Gemfile
35-
- name: npm install
36-
run: cd test/dummy && npm install && npm run build
35+
- name: Precompile assets
36+
run: cd test/dummy && bundle exec rake assets:precompile
3737
- name: Bundle install
3838
run: bundle install
3939
- name: Run unit test

0 commit comments

Comments
 (0)