Skip to content

Commit 31b36fb

Browse files
ci troubleshoot
1 parent f81ee29 commit 31b36fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ jobs:
2020
cache: pnpm
2121
node-version-file: .nvmrc
2222
- run: pnpm install --frozen-lockfile --prefer-offline
23+
24+
# !!! IMPORTANT - DO NOT MERGE THIS
25+
- name: Tmate Session
26+
if: always()
27+
uses: mxschmitt/action-tmate@v3
28+
timeout-minutes: 30
29+
2330
- run: pnpm moon check --all
2431

2532
list-examples:

0 commit comments

Comments
 (0)