From bf6bc5a30c1b866b47fc30ab2c20393f16395bba Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 24 Oct 2022 14:11:01 +0200 Subject: [PATCH] Add tmate in integration tests --- .github/workflows/ansible-test-plugins.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index fd86b37..0feea78 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -111,6 +111,13 @@ jobs: target-python-version: ${{ matrix.python }} testing-type: integration + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: ${{ failure() }} + timeout-minutes: 60 + with: + limit-access-to-actor: true + units: runs-on: ubuntu-latest name: Units (Ⓐ${{ matrix.ansible }})