Skip to content

Commit 782a23a

Browse files
committed
[rb] rake update needs to build latest grid for running remote tests
1 parent c14d399 commit 782a23a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rb/Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ require 'rspec/core/rake_task'
55
desc 'Setup everything to run tests in RubyMine'
66
task :update do
77
system 'bazel build @bundle//:bundle //rb:selenium-devtools //rb:selenium-webdriver'
8+
system 'bazel build //java/src/org/openqa/selenium/grid:executable-grid'
89
end
910

1011
desc 'Run unit tests'

0 commit comments

Comments
 (0)