Skip to content

Commit

Permalink
ci: add step for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Jan 4, 2025
1 parent 6b86fd7 commit 4621b00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ jobs:
if: ${{ env.CLUSTER_INSTALL_TYPE == 'K3dCluster' }}
run: |
k3d registry create "registry" --port "127.0.0.1:5001" --default-network bridge
- name: Check Docker version
if: ${{ env.CLUSTER_INSTALL_TYPE == 'K3dCluster' }}
run: docker version
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit 4621b00

Please sign in to comment.