Skip to content

Commit

Permalink
github ci, update tests.yml to wok with lhotari/action-upterm [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed May 13, 2024
1 parent 6b7b069 commit dc55e9f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc55e9f

Please sign in to comment.