Skip to content

Commit

Permalink
chore(ci): always test helm install (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jul 2, 2023
1 parent 75d8fd9 commit ab74fe7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,10 @@ jobs:

- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Load dev image
run: |
kind load image-archive /tmp/catpage.tar --name chart-testing
if: steps.list-changed.outputs.changed == 'true'
- name: Run chart-testing (install)
run: ct --config=.github/ct.yaml install

0 comments on commit ab74fe7

Please sign in to comment.