Skip to content

Commit 2031018

Browse files
committed
[java] Fixing new line character as the PowerShell is the default shell
1 parent 39623fa commit 2031018

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-java.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
browser: chrome
2020
cache-key: java-${{ matrix.os }}-tests
2121
run: |
22-
bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest ^
23-
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest ^
24-
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest ^
25-
//java/test/org/openqa/selenium/grid/gridui:OverallGridTest ^
26-
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest ^
27-
//java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest ^
22+
bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
23+
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest `
24+
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
25+
//java/test/org/openqa/selenium/grid/gridui:OverallGridTest `
26+
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
27+
//java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest `
2828
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest
2929
3030
browser-tests-macos:

0 commit comments

Comments
 (0)