From 24a495809b8d6fb80318e6bfd1344ac68ccc0c18 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Tue, 14 Dec 2021 16:26:22 +0800 Subject: [PATCH] [skip ci]Fix chaos test action working directory (#13309) Signed-off-by: zhuwenxing --- .github/workflows/pod-failure-chaos-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pod-failure-chaos-test.yaml b/.github/workflows/pod-failure-chaos-test.yaml index 9092b61492..d990ada5c7 100644 --- a/.github/workflows/pod-failure-chaos-test.yaml +++ b/.github/workflows/pod-failure-chaos-test.yaml @@ -122,7 +122,7 @@ jobs: timeout-minutes: 5 if: ${{ always() }} shell: bash - working-directory: tests/python_client/chaos + working-directory: tests/python_client run: | kubectl get pod -n chaos-testing kubectl wait --for=condition=Ready pod -l app.kubernetes.io/instance=${{ env.RELEASE }} -n chaos-testing --timeout=360s