From 57f7c47dd136ac3e36a2ba62e819f2215046a2cc Mon Sep 17 00:00:00 2001 From: sachi3050 <122316201+sachi3050@users.noreply.github.com> Date: Sun, 28 May 2023 22:14:01 +0530 Subject: [PATCH] Update build.yml (#359) just a little bit of grammar correction. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d60618..6f4732f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: with: version: latest args: release --snapshot --rm-dist - - name: Test Binary is Runnable + - name: Test if the Binary is Runnable run: "dist/helm-dashboard_linux_amd64_v1/helm-dashboard --help" - name: golangci-lint uses: golangci/golangci-lint-action@v3.3.1 @@ -70,6 +70,6 @@ jobs: env: CHART_LOCATION: ./charts/helm-dashboard CHART_VALUES: ./charts/helm-dashboard/values.yaml - - name: Test Helm plugin install script is runnable + - name: Test if the Helm plugin install script is runnable run: | scripts/install_plugin.sh