Skip to content

Commit

Permalink
[ci] cannot build dotnet:all right now
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 16, 2023
1 parent 0081a5d commit 4c7b83f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
cache-key: false
os: windows
run: |
bazel build //dotnet:all
bazel build //dotnet/src/webdriver --stamp
bazel build //dotnet/src/support --stamp
integration-tests:
name: Browser Tests
Expand All @@ -24,4 +25,4 @@ jobs:
java-version: 17
os: windows
run: |
bazel test //dotnet/test/common:ElementFindingTest-firefox //dotnet/test/common:ElementFindingTest-chrome
bazel test //dotnet/test/common:ElementFindingTest-firefox //dotnet/test/common:ElementFindingTest-chrome --pin_browsers=true --stamp

0 comments on commit 4c7b83f

Please sign in to comment.