From 06695f74b8cdcb32489323aa52c2946dd26f7917 Mon Sep 17 00:00:00 2001 From: chenhang Date: Sat, 4 Mar 2023 16:13:02 +0800 Subject: [PATCH] add test failure --- .github/workflows/bk-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bk-ci.yml b/.github/workflows/bk-ci.yml index a274f3a01ef..a373830a81f 100644 --- a/.github/workflows/bk-ci.yml +++ b/.github/workflows/bk-ci.yml @@ -206,6 +206,10 @@ jobs: path: surefire-reports retention-days: 7 + - name: Setup tmate session + if: failure() + uses: mxschmitt/action-tmate@v3 + integration-tests: name: Integration Tests runs-on: ubuntu-latest