Skip to content

Commit

Permalink
Un-break the chart-testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed May 11, 2020
1 parent 405499a commit e20fadc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-lint-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v3
uses: helm/chart-testing-action@v1.0.0-rc.2
with:
config: .ci/ct-config.yaml
command: lint
4 changes: 2 additions & 2 deletions .github/workflows/on-pr-test-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v3
uses: helm/chart-testing-action@v1.0.0-rc.2
with:
config: .ci/ct-config.yaml
command: lint
Expand All @@ -28,7 +28,7 @@ jobs:
if: steps.lint.outputs.changed == 'true'

- name: Run chart-testing (install)
uses: helm/chart-testing-action@v3
uses: helm/chart-testing-action@v1.0.0-rc.2
with:
command: install
config: .ci/ct-config.yaml

0 comments on commit e20fadc

Please sign in to comment.