Skip to content

Commit 83ba9a1

Browse files
committed
refactor: update debugging action to use upterm instead of tmate
1 parent 64db633 commit 83ba9a1

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Debug action
22

3-
description: Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)
3+
description: Run the build with debugging enabled
44

55
runs:
66
using: composite
77
steps:
8-
- name: Debug
9-
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
8+
- name: Setup upterm session
9+
uses: owenthereal/action-upterm@v1

.github/workflows/debug.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
target: 'debug'
2020
needs-emscripten: 'true'
2121
needs-wasi-sdk: 'true'
22-
- name: NPM Build
23-
run: npm run build --workspaces --if-present
24-
- name: Setup tmate session
22+
- name: Setup debug session
2523
uses: ./.github/actions/debugger
2624
if: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)