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 840d4ae commit 3ef93b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tutor Integration Test
name: Integration Test

on:
pull_request:
Expand Down Expand Up @@ -35,5 +35,6 @@ jobs:
- name: Setup domain
run: |
export CLUSTER_HTTP_URL=$(minikube service harmony-ingress-nginx-controller -n harmony -p harmony --url | head -n 1)
export CLUSTER_HTTP_URL=$(minikube service harmony-ingress-nginx-controller -n harmony --url | head -n 1)
echo CLUSTER_HTTP_URL
curl $CLUSTER_HTTP_URL/cluster-echo-test -H "host: harmony.test"

0 comments on commit 3ef93b1

Please sign in to comment.