Skip to content

Commit

Permalink
Merge pull request #29 from cpanato/update_gh_action
Browse files Browse the repository at this point in the history
update actions
  • Loading branch information
naseemkullah authored Jan 18, 2020
2 parents 58a6639 + 20ba3b1 commit 37ba285
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Create kind cluster
uses: helm/[email protected]
with:
install_local_path_provisioner: true

- name: Run chart-testing (lint)
uses: helm/[email protected]
id: lint
uses: helm/[email protected]
with:
command: lint

- name: Create kind cluster
uses: helm/[email protected]
with:
installLocalPathProvisioner: true
# Only build a kind cluster if there are chart changes to test.
if: steps.lint.outputs.changed == 'true'

- name: Run chart-testing (install)
uses: helm/[email protected].2
uses: helm/[email protected].3
with:
command: install

0 comments on commit 37ba285

Please sign in to comment.