Skip to content

Commit

Permalink
Use other action to create KinD cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Schönthaler <[email protected]>
  • Loading branch information
pschoen-itsc committed Sep 3, 2024
1 parent e59c15e commit 3b15e90
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pipeline_swfs_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install KinD
run: ./tests/gh-actions/install_kind.sh

- name: Create KinD Cluster
run: kind create cluster --config tests/gh-actions/kind-cluster.yaml

- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh
- name: Install KinD, Create KinD cluster and Install kustomize
run: ./tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh

- name: Install kubectl
run: ./tests/gh-actions/install_kubectl.sh
Expand Down

0 comments on commit 3b15e90

Please sign in to comment.