Skip to content

Commit

Permalink
[dotnet] Fix ci dotnet build on github actions (#12863)
Browse files Browse the repository at this point in the history
* Fix ci dotnet build on github actions

* Don't parallelize builds
  • Loading branch information
nvborisenko authored Oct 5, 2023
1 parent 5292afa commit ff6e181
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
name: Build
cache-key: false
os: windows
run: bazel build //dotnet/src/webdriver:package //dotnet/src/support:package
run: |
bazel build //dotnet/src/webdriver
bazel build //dotnet/src/support
integration-tests:
name: Browser Tests
Expand Down

0 comments on commit ff6e181

Please sign in to comment.