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 0c4b30d commit 7aef57dCopy full SHA for 7aef57d
.github/workflows/ruby.yml
@@ -90,6 +90,6 @@ jobs:
90
- name: Install Ruby Gems for dummy app
91
run: bundle lock --add-platform 'x86_64-linux' && bundle check --path=test/dummy/vendor/bundle || bundle _2.4.9_ install --path=test/dummy/vendor/bundle --jobs=4 --retry=3
92
- run: cd test/dummy && yalc add react_ujs && yarn
93
- - run: bundle exec rake test
+ - run: bundle exec ruby -Ilib:test:.:lib:test -e 'require "minitest/autorun"; require "test/react/server_rendering/exec_js_renderer_test.rb";'
94
env:
95
NODE_OPTIONS: --openssl-legacy-provider
0 commit comments