We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1334b8 commit 60d9afbCopy full SHA for 60d9afb
1 file changed
.github/workflows/run-all-unit-tests.yaml
@@ -31,13 +31,7 @@ jobs:
31
run: loginctl enable-linger $(whoami)
32
33
- 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
+ - run: npx tsx scripts/cleanup-github-actions.ts
41
42
- name: Run tests (macOS - zsh login shell)
43
if: runner.os == 'macOS'
@@ -46,3 +40,7 @@ jobs:
46
- name: Run tests (Linux)
47
if: runner.os == 'Linux'
48
run: npm run test -- ./test --no-file-parallelism --silent=passed-only
+
44
+ - name: Setup tmate session
45
+ uses: mxschmitt/action-tmate@v3
0 commit comments