Skip to content

Commit

Permalink
chore(ci): always load image for helm
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed May 19, 2023
1 parent 60e2422 commit 87c455b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,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/acrloader.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 87c455b

Please sign in to comment.