Skip to content

Commit dc52c72

Browse files
committed
Kubernetes resources take too long, integration tests missing
1 parent 163bb32 commit dc52c72

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy-and-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,8 @@ jobs:
3636
3737
- name: Run Integration Tests
3838
run: |
39-
# Example integration test commands
40-
# Replace these with your actual integration test commands
4139
kubectl get pods --namespace xcermak5
4240
kubectl get services --namespace xcermak5
43-
# You can add curl or other commands to test the endpoints
44-
# For example:
4541
# POD_NAME=$(kubectl get pods --namespace xcermak5 -l app=mychart -o jsonpath="{.items[0].metadata.name}")
4642
# kubectl exec --namespace xcermak5 $POD_NAME -- curl -f http://localhost:8080/healthz
4743

0 commit comments

Comments
 (0)