Skip to content

Commit

Permalink
[ci] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Sep 1, 2023
1 parent cb1faa8 commit fe2fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe2fe16

Please sign in to comment.