Skip to content

Commit

Permalink
feat: add e2e setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jun 27, 2024
1 parent 9a8f478 commit 5076303
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
kubectl describe svc/ingress-nginx-controller -n ingress-nginx
- name: Get Pods
run: |
kubectl get pods -n ingress-nginx
- name: Verify Ingress Controller installation
run: |
kubectl wait --namespace ingress-nginx \
Expand All @@ -50,6 +54,7 @@ jobs:
- name: Get Ingress Controller Logs
if: always()
run: |
kubectl get pods -n ingress-nginx
kubectl logs svc/ingress-nginx-controller -n ingress-nginx
- name: Get Ingress Controller IP
Expand Down

0 comments on commit 5076303

Please sign in to comment.