Feat: add KinD setup step to sync-sdk workflow (#6937)
Some checks failed
Webhook Upgrade Validation / webhook-upgrade-check (push) Failing after 34s

Signed-off-by: vishal210893 <vishal210893@gmail.com>
This commit is contained in:
Vishal Kumar
2025-10-03 03:31:20 +05:30
committed by GitHub
parent 17b7edca9e
commit 7f81d6f2d6

View File

@@ -28,10 +28,15 @@ jobs:
- name: Install Go tools - name: Install Go tools
run: | run: |
make goimports make goimports
- name: Build CLI - name: Build CLI
run: make vela-cli run: make vela-cli
- name: Setup KinD
uses: ./.github/actions/setup-kind-cluster
with:
name: sync-sdk
- name: Get the version - name: Get the version
id: get_version id: get_version
run: echo "VERSION=${GITHUB_REF}" >> $GITHUB_OUTPUT run: echo "VERSION=${GITHUB_REF}" >> $GITHUB_OUTPUT