Skip to content

Commit 60d9afb

Browse files
committed
feat: add ssh
1 parent c1334b8 commit 60d9afb

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,7 @@ jobs:
3131
run: loginctl enable-linger $(whoami)
3232

3333
- run: npm ci
34-
35-
- name: Run tests
36-
if: runner.os == 'Linux'
37-
run: npx tsx scripts/cleanup-github-actions.ts
38-
39-
# - name: Setup tmate session
40-
# uses: mxschmitt/action-tmate@v3
34+
- run: npx tsx scripts/cleanup-github-actions.ts
4135

4236
- name: Run tests (macOS - zsh login shell)
4337
if: runner.os == 'macOS'
@@ -46,3 +40,7 @@ jobs:
4640
- name: Run tests (Linux)
4741
if: runner.os == 'Linux'
4842
run: npm run test -- ./test --no-file-parallelism --silent=passed-only
43+
44+
- name: Setup tmate session
45+
uses: mxschmitt/action-tmate@v3
46+

0 commit comments

Comments
 (0)