Skip to content

Build Utils examples in Bazel #19

Build Utils examples in Bazel

Build Utils examples in Bazel #19

Workflow file for this run

name: Bazel CI
on:
push:
branches: [gz-utils3, main]
pull_request:
branches: [gz-utils3, main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
with:
folders: |
[
".",
]
exclude: |
[
{"folder": ".", "bzlmodEnabled": false},
{"bazelversion": "6.4.0"},
{"bazelversion": "5.4.0"}
]