Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Nov 17, 2024
1 parent 1e90cf1 commit 77e8476
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,21 @@ jobs:
- uses: actions/checkout@v4
- id: kind
name: Install Kind with registry
uses: bakito/kind-with-registry-action@main
uses: ./
- name: Print registry
run: |
echo Kind registry: ${{ steps.kind.outputs.registry }} >> $GITHUB_STEP_SUMMARY
- name: Test tools
run: |
echo jq
jq --version
echo yq
yq --version
echo helm
helm version
chainsaw --version
echo chainsaw
chainsaw version
echo kubectl
kubectl version
kubectl get nodes
Expand Down

0 comments on commit 77e8476

Please sign in to comment.