Skip to content

Commit f2aaf2b

Browse files
committed
Install bazelisk for running bazel during tests in CI workflows
1 parent e627bca commit f2aaf2b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
- name: Install system dependencies
4545
run: sudo apt install -y binutils rustfilt
4646

47+
- uses: bazel-contrib/[email protected]
48+
with:
49+
bazelisk-cache: true
50+
disk-cache: false
51+
repository-cache: false
52+
4753
- run: xvfb-run -a npm test
4854
if: runner.os == 'Linux'
4955

0 commit comments

Comments
 (0)