diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 948f142..5c2ebd4 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -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