From dc55e9fc213d10c23e2224e5bf212195246d0e77 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 13 May 2024 11:51:48 -0500 Subject: [PATCH] github ci, update tests.yml to wok with lhotari/action-upterm [no ci] --- .github/workflows/tests.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b4484a84..5f83db89 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -155,9 +155,20 @@ jobs: fi if: github.event_name == 'pull_request' - - name: debug with tmate on failure + # - name: debug with tmate on failure + # if: ${{ failure() }} + # uses: mxschmitt/action-tmate@v3 + + - name: debug with lhotari/action-upterm + id: debug_workflow_run + # uses: actions/checkout@v2 + uses: lhotari/action-upterm@v1 if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 + with: + # limit ssh access to user who triggered the workflow + limit-access-to-actor: true + # shut down server after 10 minutes if no one connects + wait-timeout-minutes: 10 - name: Upload bottles as artifact id: upload_bottle_artifacts