From 10d497e2ccc570154e216612d3c878edb1912145 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 6 Jan 2023 12:58:22 +0100 Subject: [PATCH] Add tmate to debug the server_id in replicas --- .github/workflows/ansible-test-plugins.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index f004810..889db68 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -138,6 +138,9 @@ jobs: steps: + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: >- Perform integration testing against Ansible version ${{ matrix.ansible }}