Skip to content

Commit 7cfdcf0

Browse files
committed
chore(cli-ci): open tmate shell on build failure
1 parent 8633aa7 commit 7cfdcf0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cli-release-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,10 @@ jobs:
143143
with:
144144
name: codebuff-cli-${{ matrix.target }}
145145
path: codebuff-cli-${{ matrix.target }}.tar.gz
146+
147+
- name: Open debug shell on failure
148+
if: failure()
149+
uses: mxschmitt/action-tmate@v3
150+
with:
151+
limit-access-to-actor: true
152+
timeout-minutes: 15

0 commit comments

Comments
 (0)