From fe2fe16a598545d7d85c0edf2c5fb62de969a118 Mon Sep 17 00:00:00 2001 From: Noel Date: Thu, 31 Aug 2023 23:04:09 -0700 Subject: [PATCH] [ci] fix --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 37b895862..ae8b2b249 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -87,7 +87,7 @@ jobs: run: bazel ${{env.BAZEL_ARGS}} build --disk_cache=${{runner.temp}}/_bazel_${{runner.os}}_${{runner.arch}} //:cli - name: Build Helm plugin - run: bazel ${{env.BAZEL_ARGS}} build --disk_cache=${{runner.temp}}/_bazel_${{runner.os}}_${{runner.arch}} //:helm-plugin + run: bazel ${{env.BAZEL_ARGS}} build --disk_cache=${{runner.temp}}/_bazel_${{runner.os}}_${{runner.arch}} //:helm_plugin # TODO: include clippy, rustfmt, golangci-lint, and testing ci tailoured # to GitHub Actions.