We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbd451 commit db4a032Copy full SHA for db4a032
1 file changed
.github/workflows/build_rails.yml
@@ -32,10 +32,10 @@ jobs:
32
- name: Using Gemfile
33
run: |
34
mv -f Gemfile.${{ matrix.version }} ./Gemfile
35
- - name: Precompile assets
36
- run: cd test/dummy && bundle exec rake assets:precompile
37
- name: Bundle install
38
run: bundle install
+ - name: Precompile assets
+ run: cd test/dummy && bundle exec rake assets:precompile
39
- name: Run unit test
40
run: bundle exec rake test
41
- name: Run acceptance test
0 commit comments