Skip to content

Add Rich for OPGEE access (#11) #28

Add Rich for OPGEE access (#11)

Add Rich for OPGEE access (#11) #28

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