From a6421f32613cf8a700e47f7c83d379dd12a0787d Mon Sep 17 00:00:00 2001 From: gmhdbjd Date: Thu, 24 Oct 2024 23:15:36 +0800 Subject: [PATCH] update --- .github/workflows/dm_chaos.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dm_chaos.yaml b/.github/workflows/dm_chaos.yaml index c1063482897..53a757795ad 100644 --- a/.github/workflows/dm_chaos.yaml +++ b/.github/workflows/dm_chaos.yaml @@ -261,6 +261,10 @@ jobs: - name: Wait for chaos test case complete run: | $GITHUB_WORKSPACE/dm/chaos/scripts/check-case.sh + + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 - name: Copy logs to hack permission if: ${{ always() }}