Skip to content

Commit 2ad03f2

Browse files
committed
chore(ci): add tmate to debug ci
1 parent e362f96 commit 2ad03f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ jobs:
5454
node-version-file: .nvmrc
5555
- run: pnpm install --frozen-lockfile --prefer-offline
5656
- run: pnpm moon run :build
57-
57+
# !!! IMPORTANT - DO NOT MERGE THIS
58+
- name: Tmate Session
59+
if: always()
60+
uses: mxschmitt/action-tmate@v3
61+
timeout-minutes: 60
5862
- name: Run benchmarks
5963
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
6064
uses: CodSpeedHQ/action@main

0 commit comments

Comments
 (0)