We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ec5ac commit 3ac1f18Copy full SHA for 3ac1f18
1 file changed
.github/workflows/run-all-unit-tests.yaml
@@ -26,6 +26,8 @@ jobs:
26
with:
27
node-version: '24.x'
28
cache: 'npm'
29
+ - name: Setup tmate session
30
+ uses: mxschmitt/action-tmate@v3
31
- name: Enable linger for admin user (Linux only)
32
if: runner.os == 'Linux'
33
run: loginctl enable-linger $(whoami)
0 commit comments