There was an error while loading. Please reload this page.
1 parent 2e106a7 commit d13aa5eCopy full SHA for d13aa5e
1 file changed
.github/workflows/integrate.yaml
@@ -73,16 +73,13 @@ jobs:
73
juju add-model kubeflow
74
tox -e ${{ matrix.test-type }} -- --model kubeflow
75
76
+ - name: Setup tmate session
77
+ uses: mxschmitt/action-tmate@v3
78
+ if: failure() || cancelled()
79
+
80
- name: Get juju status
81
run: juju status
82
if: failure()
83
84
- uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@main
85
-
- - name: Upload selenium screenshots
- uses: actions/upload-artifact@v4
- with:
86
- name: selenium-screenshots
87
- path: /tmp/selenium-*.png
88
- if: failure()
0 commit comments