Skip to content

Commit

Permalink
fix-ci15
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Nov 18, 2024
1 parent efbb235 commit a60ee64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/kubernetes-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,18 @@ jobs:
run: |
kubectl apply -f .github/workflows/hyperfoil.yaml
kubectl wait --for=condition=ready pod -l app=hyperfoil
kubectl get pods
kubectl get svc
kubectl describe service hyperfoil
- name: Test service URLs
run: |
minikube service list
minikube service hyperfoil --url
echo "------------------opening the service------------------"
curl $(minikube service hyperfoil --url)
- name: Get minikube logs
run: |
minikube logs --file=logs.txt
# cni: bridge
# addons: ingress
# - name: Setup Minikube
Expand Down Expand Up @@ -105,3 +111,6 @@ jobs:
path: |
**/log/*
**/target/surefire-reports/*
**/tmp/minikube_service*
/tmp/minikube_service*
logs.txt

0 comments on commit a60ee64

Please sign in to comment.