We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64db633 commit 83ba9a1Copy full SHA for 83ba9a1
2 files changed
.github/actions/debugger/action.yml
@@ -1,9 +1,9 @@
1
name: Debug action
2
3
-description: Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)
+description: Run the build with debugging enabled
4
5
runs:
6
using: composite
7
steps:
8
- - name: Debug
9
- uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
+ - name: Setup upterm session
+ uses: owenthereal/action-upterm@v1
.github/workflows/debug.yml
@@ -19,8 +19,6 @@ jobs:
19
target: 'debug'
20
needs-emscripten: 'true'
21
needs-wasi-sdk: 'true'
22
- - name: NPM Build
23
- run: npm run build --workspaces --if-present
24
- - name: Setup tmate session
+ - name: Setup debug session
25
uses: ./.github/actions/debugger
26
if: ${{ github.event_name == 'workflow_dispatch' }}
0 commit comments