Skip to content

Commit ceca7e6

Browse files
committed
Add a tmate session for debugging.
1 parent 5f11d34 commit ceca7e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,11 @@ jobs:
5656
LEKTOR_DEPLOY_PASSWORD: ${{ secrets.LEKTOR_DEPLOY_PASSWORD }}
5757
run: |
5858
lektor deploy ghpages-https
59+
60+
# This step is only needed if you're trying to diagnose test failures that
61+
# only occur in CI, and can't be reproduced locally. When it runs, it will
62+
# open an SSH server (URL reported in the logs) so you can ssh into the CI
63+
# machine.
64+
- name: Setup tmate session
65+
uses: mxschmitt/action-tmate@v3
66+
if: failure()

0 commit comments

Comments
 (0)