[skip ci]Fix chaos test action working directory (#13309)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/13352/head
zhuwenxing 2021-12-14 16:26:22 +08:00 committed by GitHub
parent 3b8773b999
commit 24a495809b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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