Skip to content

Create xacro Bazel module #16

Create xacro Bazel module

Create xacro Bazel module #16

Workflow file for this run

name: Bazel CI
on: [push, pull_request, workflow_dispatch]
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@v7
with:
folders: |
[
".",
"bazel/integration_test",
]
exclude: |
[
{"folder": ".", "bzlmodEnabled": false},
{"folder": "bazel/integration_test", "bzlmodEnabled": false},
]