Skip to content

redact token fields in handshaker proto (#159) #180

redact token fields in handshaker proto (#159)

redact token fields in handshaker proto (#159) #180

Workflow file for this run

name: Testing
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
env:
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
strategy:
matrix:
bazel_version: ["6.0.0", "7.0.0"]
bzlmod: ["--noenable_bzlmod", "--enable_bzlmod"]
exclude:
- bazel_version: "6.0.0"
bzlmod: "--enable_bzlmod"
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Run bazel build
run: bazelisk build ${{ matrix.bzlmod }} //...