Skip to content

Commit

Permalink
Added debug to Kind setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Jan 24, 2025
1 parent 4798618 commit c62a8ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ jobs:
run: |
kind create cluster --name ${{ github.run_id }} --image=kindest/node:v${{ needs.checks.outputs.k8s_latest }} --wait 75s
kind load docker-image "${{ matrix.image }}:${{ matrix.tag }}" --name ${{ github.run_id }}
echo "DEBUG: Kind setup complete!"
if: ${{ steps.stable_exists.outputs.exists != 'true' && needs.checks.outputs.docs_only == 'false' }}

- name: Create Plus Secret
Expand Down

0 comments on commit c62a8ca

Please sign in to comment.