Skip to content

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

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. #137

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
- name: 'Test'
shell: bash
run: ./run_tests.sh