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