mirror of
https://github.com/rancher/k3k.git
synced 2026-08-19 04:16:16 +00:00
Add Cluster creation test (#192)
* added k3kcli to path * test create cluster * updated ptr * added cluster creation test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user