Skip to content

deps: unused bazel.build mirror #3

deps: unused bazel.build mirror

deps: unused bazel.build mirror #3

Workflow file for this run

---
name: bazel
on:
push:
paths:
- '*.bazel'
- 'go.mod'
- 'WORKSPACE'
- acceptance/**/*
- sites/**/*
- .github/workflows/bazel.yaml
jobs:
bazel-test:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
- name: bazel-test
run: |
bazel test