Skip to content

Commit

Permalink
fixup testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jul 29, 2024
1 parent 3da9640 commit 2d8621e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Load Docker images
run: |
kind get clusters
ls -1 /tmp/*.tar | xargs --no-run-if-empty -L 1 kind load image-archive -n kind-chart-testing
ls -1 /tmp/*.tar | xargs --no-run-if-empty -L 1 kind load image-archive -n chart-testing
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 2d8621e

Please sign in to comment.