Skip to content

Commit

Permalink
dbg: tmate -> upterm
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Jan 20, 2025
1 parent b3312c9 commit ac96b6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
steps:
- uses: actions/checkout@v4

# Enable tmate debugging of manually-triggered workflows if the input option was provided
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# Enable debugging of manually-triggered workflows if the input option was provided
- name: Setup ssh session
uses: owenthereal/action-upterm@v1
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

- name: Restore cached test suite
Expand Down

0 comments on commit ac96b6e

Please sign in to comment.