We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce499d9 commit 8a2f701Copy full SHA for 8a2f701
.github/workflows/ruby.yml
@@ -114,6 +114,6 @@ jobs:
114
- name: Install Ruby Gems for dummy app
115
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
116
- run: cd test/dummy && yalc add react_ujs && ${{ matrix.js_package_manager.installer }} install
117
- - run: ls gemfiles
+ - run: bundle exec rake test
118
env:
119
NODE_OPTIONS: --openssl-legacy-provider
0 commit comments