blob: b60578b722fa0eac529f1e7ae0f873c81b7b8943 [file] [log] [blame] [edit]
name: CI - .NET
on:
workflow_call:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Build
uses: ./.github/workflows/bazel.yml
with:
name: Build
os: windows
run: bazel build //dotnet:all
integration-tests:
name: Browser Tests
uses: ./.github/workflows/bazel.yml
with:
name: Browser Tests
os: windows
run: |
bazel test //dotnet/test/common:ElementFindingTest-firefox //dotnet/test/common:ElementFindingTest-chrome