Skip to content

Commit

Permalink
test upstream workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Oct 31, 2024
1 parent b7cd5f9 commit d40cd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.9.0
uses: bazel-contrib/setup-bazel@dac93a5ea3e0f98fc0d5b3a4f7700f579b96612d
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
- name: Build and Run Unit Tests
run: bazelisk test -s --toolchain_resolution_debug=.* //...
run: bazel test -s --toolchain_resolution_debug=.* //...
shell: cmd

0 comments on commit d40cd07

Please sign in to comment.