Skip to content

Commit cdb1f9b

Browse files
committed
add tmate for debugging, only run on 30
1 parent 3271dbf commit cdb1f9b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/solid-tests-suites.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
fail-fast: false
8383
matrix:
8484
nextcloud_version:
85-
- 28
86-
- 29
85+
# - 28
86+
# - 29
8787
- 30
8888
test:
8989
- 'solidtestsuite/solid-crud-tests:v7.0.5'
@@ -153,6 +153,10 @@ jobs:
153153
--env-file ./env-vars-testers.list \
154154
${{ matrix.test }}
155155
156+
- name: Setup tmate session - ${{ matrix.test }}
157+
if: failure()
158+
uses: mxschmitt/action-tmate@v3
159+
156160
- name: Show nextcloud logs - ${{ matrix.test }}
157161
if: always()
158162
run: |

0 commit comments

Comments
 (0)