Add Cluster creation test (#192)

* added k3kcli to path

* test create cluster

* updated ptr

* added cluster creation test
This commit is contained in:
Enrico Candino
2025-01-21 17:53:42 +01:00
committed by GitHub
parent 0b3a5f250e
commit 3f49593f96
7 changed files with 130 additions and 15 deletions
+8 -1
View File
@@ -81,7 +81,14 @@ jobs:
run: go install github.com/onsi/ginkgo/v2/ginkgo
- name: Build
run: ./scripts/build
run: |
./scripts/build
# add k3kcli to $PATH
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- name: Check k3kcli
run: k3kcli -v
- name: Run tests
run: ginkgo -v ./tests