Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Dec 4, 2023
1 parent 431fabd commit f410d81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit f410d81

Please sign in to comment.