Skip to content

Commit 8a2f701

Browse files
committed
wip
1 parent ce499d9 commit 8a2f701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ jobs:
114114
- name: Install Ruby Gems for dummy app
115115
run: bundle lock --add-platform 'x86_64-linux' && bundle check --path=test/dummy/vendor/bundle || bundle _2.4.9_ install --frozen --path=test/dummy/vendor/bundle --jobs=4 --retry=3
116116
- run: cd test/dummy && yalc add react_ujs && ${{ matrix.js_package_manager.installer }} install
117-
- run: ls gemfiles
117+
- run: bundle exec rake test
118118
env:
119119
NODE_OPTIONS: --openssl-legacy-provider

0 commit comments

Comments
 (0)