Skip to content

Commit

Permalink
[java] Fixing new line character as the PowerShell is the default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 25, 2024
1 parent 39623fa commit 2031018
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
browser: chrome
cache-key: java-${{ matrix.os }}-tests
run: |
bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest ^
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest ^
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest ^
//java/test/org/openqa/selenium/grid/gridui:OverallGridTest ^
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest ^
//java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest ^
bazel test //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest `
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
//java/test/org/openqa/selenium/grid/gridui:OverallGridTest `
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
//java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest `
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest
browser-tests-macos:
Expand Down

0 comments on commit 2031018

Please sign in to comment.