Skip to content

Migrate bazel-common from WORKSPACE to Bzlmod and bump bazel version to 7.3.1. #144

Migrate bazel-common from WORKSPACE to Bzlmod and bump bazel version to 7.3.1.

Migrate bazel-common from WORKSPACE to Bzlmod and bump bazel version to 7.3.1. #144

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: "Test"
runs-on: ubuntu-latest
env:
# Used by bazelisk: https://github.com/bazelbuild/bazelisk
USE_BAZEL_VERSION: '7.3.1'
steps:
- name: 'Check out repository'
uses: actions/checkout@v2
- name: 'Cache Bazel dependencies'
uses: actions/cache@v2.1.4
with:
path: ~/.cache/bazel/*/*/external
key: bazel-${{ hashFiles('MODULE.bazel') }}
restore-keys: |
bazel-
- name: 'Test'
shell: bash
run: ./run_tests.sh