Skip to content

ci: test with Bazel 6.0 and 6.4 #18

ci: test with Bazel 6.0 and 6.4

ci: test with Bazel 6.0 and 6.4 #18

Workflow file for this run

name: Bazelisk
on:
pull_request: {}
push: {}
jobs:
bazelisk_jobs:
runs-on: ubuntu-latest
name: Bazelisk
steps:
- uses: actions/checkout@v3
- uses: bazelbuild/setup-bazelisk@v2
- run: USE_BAZEL_VERSION=6.0.0 bazel test //...
- run: USE_BAZEL_VERSION=6.4.0 bazel test //...