Skip to content

Commit

Permalink
refactor: use kind instead of minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 24, 2024
1 parent 9d81542 commit 940345f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 940345f

Please sign in to comment.