Skip to content

Commit d13aa5e

Browse files
author
Kimonas Sotirchos
committed
wip: ssh
1 parent 2e106a7 commit d13aa5e

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,13 @@ jobs:
7373
juju add-model kubeflow
7474
tox -e ${{ matrix.test-type }} -- --model kubeflow
7575
76+
- name: Setup tmate session
77+
uses: mxschmitt/action-tmate@v3
78+
if: failure() || cancelled()
79+
7680
- name: Get juju status
7781
run: juju status
7882
if: failure()
7983

8084
- uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@main
8185
if: failure()
82-
83-
- name: Upload selenium screenshots
84-
uses: actions/upload-artifact@v4
85-
with:
86-
name: selenium-screenshots
87-
path: /tmp/selenium-*.png
88-
if: failure()

0 commit comments

Comments
 (0)