From f410d816ee3861bd9e8012464f4e62f6561f2327 Mon Sep 17 00:00:00 2001 From: Fabrice Jammes Date: Mon, 4 Dec 2023 17:57:29 +0100 Subject: [PATCH] Update current feature --- .github/workflows/itest.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/itest.yml b/.github/workflows/itest.yml index 4b859118..7d8ad60f 100644 --- a/.github/workflows/itest.yml +++ b/.github/workflows/itest.yml @@ -68,7 +68,7 @@ jobs: go-version: '1.21.4' - name: Install ciux run: go install github.com/k8s-school/ciux@"${{ env.CIUX_VERSION }}" - - name: Check dependencies consistency + - name: Ciux project ignition run: ciux ignite $PWD --itest --branch="$GHA_BRANCH_NAME" - name: Create ktbx configuration run: | @@ -97,6 +97,9 @@ jobs: run: | ktbx install kind ktbx install kubectl + kind version + kubectl version --client + ktbx version ktbx create -s - name: Load fink-alert-simulator image inside kind run: |