File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
with :
12
12
name : Cache
13
13
cache-key : java
14
- run : bazel test --config=remote-ci --test_size_filters=small --keep_going //java/...
14
+ run : bazel test --config=remote-ci --test_size_filters=small --keep_going //java/... //py/...
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ headless_args = select({
16
16
chrome_args = select ({
17
17
"@selenium//common:use_pinned_linux_chrome" : [
18
18
"--driver-binary=$(location @linux_chromedriver//:chromedriver)" ,
19
- "--browser-binary=$(location @linux_chrome//:chrome-linux) /chrome" ,
19
+ "--browser-binary=$(location @linux_chrome//:chrome-linux/chrome) " ,
20
20
],
21
21
"@selenium//common:use_pinned_macos_chrome" : [
22
22
"--driver-binary=$(location @mac_chromedriver//:chromedriver)" ,
@@ -42,7 +42,7 @@ edge_args = select({
42
42
firefox_args = select ({
43
43
"@selenium//common:use_pinned_linux_firefox" : [
44
44
"--driver-binary=$(location @linux_geckodriver//:geckodriver)" ,
45
- "--browser-binary=$(location @linux_firefox//:firefox) /firefox" ,
45
+ "--browser-binary=$(location @linux_firefox//:firefox/firefox) " ,
46
46
],
47
47
"@selenium//common:use_pinned_macos_firefox" : [
48
48
"--driver-binary=$(location @mac_geckodriver//:geckodriver)" ,
You can’t perform that action at this time.
0 commit comments