Skip to content

Commit 7aef57d

Browse files
committed
only run tests that pass locally
1 parent 0c4b30d commit 7aef57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ jobs:
9090
- name: Install Ruby Gems for dummy app
9191
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
9292
- run: cd test/dummy && yalc add react_ujs && yarn
93-
- run: bundle exec rake test
93+
- run: bundle exec ruby -Ilib:test:.:lib:test -e 'require "minitest/autorun"; require "test/react/server_rendering/exec_js_renderer_test.rb";'
9494
env:
9595
NODE_OPTIONS: --openssl-legacy-provider

0 commit comments

Comments
 (0)