Skip to content

Commit f102bd8

Browse files
committed
fix path
1 parent e8f5397 commit f102bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
--namespace podinfo \
8484
--set replicaCount=2
8585
- name: Run k8s-pause tests
86-
run: bash scripts/e2e-tests.sh
86+
run: bash ./scripts/e2e-test.sh
8787
- name: Logs
8888
run: |
8989
kubectl -n k8s-pause-system logs deploy/k8s-pause

0 commit comments

Comments
 (0)