Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 26, 2024
1 parent f42e76a commit eb99f36
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
run: go install github.com/k8s-school/ciux@"${{ env.CIUX_VERSION }}"
- name: Ciux project ignition
run: ciux ignite --selector ci --branch="$GHA_BRANCH_NAME" $PWD
- name: Display ciux configuration
run: |
cat "$CIUXCONFIG"
- name: Create ktbx configuration
run: |
mkdir -p $HOME/.ktbx
Expand Down Expand Up @@ -113,14 +116,6 @@ jobs:
- name: Run argoCD
run: |
./itest/argocd.sh
- name: Load fink-broker image inside kind
run: |
IMAGE=${{ needs.build.outputs.image }}
if docker exec -t -- kind-control-plane crictl pull "$IMAGE"; then
echo "::notice Succeeded to pull $IMAGE"
else
echo "::error Failed to pull $IMAGE"
fi
- name: Install fink-alert-simulator pre-requisites (argo-workflows)
run: |
. "$CIUXCONFIG"
Expand Down

0 comments on commit eb99f36

Please sign in to comment.