Skip to content

Commit

Permalink
Update CI actions and OS. Also use bazel-contrib/setup-bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
James Judd committed Apr 12, 2024
1 parent 299de4f commit e0cb47d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
strategy:
matrix:
os: [ubuntu-20.04]
bazel_version: [bazelbuild/5.4.0, bazelbuild/6.3.2]
os: [ubuntu-22.04]
bazel_version: [bazelbuild/6.5.0, bazelbuild/7.1.1]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
- uses: actions/[email protected]
- uses: bazel-contrib/[email protected]
with:
bazelisk-version: 1.19.0
- run: cat .bazelrc.ci >> .bazelrc
- run: ./scripts/lint.sh
- run: ./test/run_all_tests.sh ci
Expand Down

0 comments on commit e0cb47d

Please sign in to comment.