Skip to content

Commit

Permalink
Use bazel-contrib/setup-bazel to set up Bazel for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
James Judd committed Apr 12, 2024
1 parent eafeec5 commit 34207e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- run: npm install -g @bazel/bazelisk
- uses: bazel-contrib/[email protected]
with:
bazelisk-version: 1.19.0
- run: cat .bazelrc.ci >> .bazelrc
- run: ./scripts/format.sh check
- run: ./test/run_all_tests.sh ci
Expand All @@ -25,7 +27,9 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- run: npm install -g @bazel/bazelisk
- uses: bazel-contrib/[email protected]
with:
bazelisk-version: 1.19.0
- run: cat .bazelrc.ci >> .bazelrc
- name: Parse Tag
run: |
Expand Down

0 comments on commit 34207e7

Please sign in to comment.