Skip to content

Commit 5289ae8

Browse files
committed
Debug with tmate session
1 parent 06a6915 commit 5289ae8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,10 @@ jobs:
400400
merge-multiple: true
401401
path: dist
402402

403+
- name: Setup tmate session
404+
uses: mxschmitt/action-tmate@v3
405+
if: matrix.backend == 'linux-wayland-gtk4'
406+
403407
- name: Test App
404408
working-directory: testbed
405409
timeout-minutes: 15
@@ -427,10 +431,6 @@ jobs:
427431
name: testbed-failure-app-data-${{ matrix.backend }}
428432
path: testbed/app_data/*
429433

430-
# This step is only needed if you're trying to diagnose test failures that
431-
# only occur in CI, and can't be reproduced locally. When it runs, it will
432-
# open an SSH server (URL reported in the logs) so you can ssh into the CI
433-
# machine.
434434
# - name: Setup tmate session
435435
# uses: mxschmitt/action-tmate@v3
436436
# if: failure()

0 commit comments

Comments
 (0)