Skip to content

Commit

Permalink
fixup cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jul 29, 2024
1 parent 519c050 commit 3dd70fd
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 @@ -111,7 +111,7 @@ jobs:

- name: Load Docker images
run: |
ls -1 /tmp/*.tar | xargs --no-run-if-empty -L 1 kind load image-archive
ls -1 /tmp/*.tar | xargs --no-run-if-empty -L 1 kind load image-archive -n kind-chart-testing
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 3dd70fd

Please sign in to comment.