We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f5397 commit f102bd8Copy full SHA for f102bd8
.github/workflows/e2e.yaml
@@ -83,7 +83,7 @@ jobs:
83
--namespace podinfo \
84
--set replicaCount=2
85
- name: Run k8s-pause tests
86
- run: bash scripts/e2e-tests.sh
+ run: bash ./scripts/e2e-test.sh
87
- name: Logs
88
run: |
89
kubectl -n k8s-pause-system logs deploy/k8s-pause
0 commit comments