diff --git a/.github/workflows/ci-dotnet.yml b/.github/workflows/ci-dotnet.yml index 848bb09da1399..f569f3e10a7da 100644 --- a/.github/workflows/ci-dotnet.yml +++ b/.github/workflows/ci-dotnet.yml @@ -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