File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -400,6 +400,10 @@ jobs:
400
400
merge-multiple : true
401
401
path : dist
402
402
403
+ - name : Setup tmate session
404
+ uses : mxschmitt/action-tmate@v3
405
+ if : matrix.backend == 'linux-wayland-gtk4'
406
+
403
407
- name : Test App
404
408
working-directory : testbed
405
409
timeout-minutes : 15
@@ -427,10 +431,6 @@ jobs:
427
431
name : testbed-failure-app-data-${{ matrix.backend }}
428
432
path : testbed/app_data/*
429
433
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.
434
434
# - name: Setup tmate session
435
435
# uses: mxschmitt/action-tmate@v3
436
436
# if: failure()
You can’t perform that action at this time.
0 commit comments