Skip to content

Commit 5ab6676

Browse files
committed
[ci] update the build command for dotnet
1 parent 32edec1 commit 5ab6676

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-dotnet.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
name: Build
1313
cache-key: false
1414
os: windows
15-
run: |
16-
bazel build //dotnet/src/webdriver --stamp
17-
bazel build //dotnet/src/support --stamp
15+
run: bazel build //dotnet:all
1816

1917
integration-tests:
2018
name: Browser Tests

0 commit comments

Comments
 (0)