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 ad93596 commit 5bf4023
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 @@ -39,7 +39,7 @@ jobs:
- name: Helm install
run: |
helm install harmony --namespace harmony --create-namespace -f integration-test/${{matrix.cluster}}/values.yaml charts/harmony-chart
helm install harmony --namespace openedx-harmony --create-namespace -f integration-test/${{matrix.cluster}}/values.yaml charts/harmony-chart
- name: Setup domain
run: |
Expand Down

0 comments on commit 5bf4023

Please sign in to comment.