Skip to content

Refresh the channel_port_mapping codegen #6

Refresh the channel_port_mapping codegen

Refresh the channel_port_mapping codegen #6

Workflow file for this run

name: test_bazel
on: [push, pull_request]
jobs:
bazel:
strategy:
matrix:
os: [ubuntu-24.04, macos-14]
bazel: ['8.0.1', '8.1.0']
runs-on: ${{ matrix.os }}
env:
USE_BAZEL_VERSION: ${{ matrix.bazel }}
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/setup-bazel@0.13.0
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
- name: Test Main
run: 'bazel test //...'
- name: Test Example
working-directory: examples/bazel
run: 'bazel test //...'