Skip to content

Bazel output results as junit.xml #295

Bazel output results as junit.xml

Bazel output results as junit.xml #295

Workflow file for this run

name: Bazel

Check failure on line 1 in .github/workflows/bazel.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/bazel.yaml

Invalid workflow file

(Line: 14, Col: 5): Unexpected value 'when'
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
# Disabled until post-release
when: never
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
with:
folders: '["bazel/test"]'
exclude_windows: true