mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --snapshot --rm-dist
|
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"
|
run: "dist/helm-dashboard_linux_amd64_v1/helm-dashboard --help"
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3.3.1
|
uses: golangci/golangci-lint-action@v3.3.1
|
||||||
@@ -70,6 +70,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CHART_LOCATION: ./charts/helm-dashboard
|
CHART_LOCATION: ./charts/helm-dashboard
|
||||||
CHART_VALUES: ./charts/helm-dashboard/values.yaml
|
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: |
|
run: |
|
||||||
scripts/install_plugin.sh
|
scripts/install_plugin.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user