Skip to content

Commit

Permalink
temp: integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 12, 2024
1 parent 3ef93b1 commit 2c45fef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Create k8s Kind Cluster
uses: helm/[email protected]
- name: start minikube
id: minikube
uses: medyagh/setup-minikube@latest

- name: Setup namespace
run: |
Expand All @@ -35,6 +36,7 @@ jobs:
- name: Setup domain
run: |
minikube service harmony-ingress-nginx-controller -n harmony --url
export CLUSTER_HTTP_URL=$(minikube service harmony-ingress-nginx-controller -n harmony --url | head -n 1)
echo CLUSTER_HTTP_URL
echo $CLUSTER_HTTP_URL
curl $CLUSTER_HTTP_URL/cluster-echo-test -H "host: harmony.test"

0 comments on commit 2c45fef

Please sign in to comment.