From a905138f3c73e2766b3f387242d14fd50ef94af3 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 1 Dec 2023 14:23:21 +0000 Subject: [PATCH] Add debug session for CI --- .github/workflows/integration.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index a16da67..2533919 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -46,3 +46,9 @@ jobs: run: python3 -m pip install tox - name: Integration Tests run: sg snap_microk8s -c "tox -e ${{ matrix.env }}" + + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true + if: {{ failure() }} \ No newline at end of file