Skip to content

Add a helper library for client APIs to verify new claims #36

Add a helper library for client APIs to verify new claims

Add a helper library for client APIs to verify new claims #36

Workflow file for this run

name: Backend CI
on: push
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Cache Bazel
uses: actions/cache@v3
with:
path: |
~/.cache/bazel
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE') }}
restore-keys: |
${{ runner.os }}-bazel-
- uses: actions/checkout@v3
- name: Run all tests
run: bazelisk query 'tests(//... except kind(oci_*, //...))' | xargs bazelisk test