Skip to content

Commit 3ac1f18

Browse files
committed
feat: add ssh
1 parent 19ec5ac commit 3ac1f18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run-all-unit-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with:
2727
node-version: '24.x'
2828
cache: 'npm'
29+
- name: Setup tmate session
30+
uses: mxschmitt/action-tmate@v3
2931
- name: Enable linger for admin user (Linux only)
3032
if: runner.os == 'Linux'
3133
run: loginctl enable-linger $(whoami)

0 commit comments

Comments
 (0)