Skip to content

Commit

Permalink
specify bazelisk instead of bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Oct 26, 2024
1 parent ded0548 commit b7cd5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
repository-cache: true
bazelisk-version: 1.x
- name: Build and Run Unit Tests
run: bazel test -s --toolchain_resolution_debug=.* //...
run: bazelisk test -s --toolchain_resolution_debug=.* //...
shell: cmd

0 comments on commit b7cd5f9

Please sign in to comment.