From 940345f77afd6c81cb045d41fb4d18da10d4cae2 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Thu, 24 Oct 2024 09:20:25 -0500 Subject: [PATCH] refactor: use kind instead of minikube --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 1f3eb07..dea6e19 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -23,7 +23,7 @@ jobs: - name: Start Kind run: | - kind create cluster --config integration-testing/cluster.yaml + kind create cluster --config integration-test/cluster.yaml kubectl config set-context --current --namespace=openedx-harmony sudo echo "127.0.0.1 harmony.test" | sudo tee -a /etc/hosts