We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3271dbf commit cdb1f9bCopy full SHA for cdb1f9b
1 file changed
.github/workflows/solid-tests-suites.yml
@@ -82,8 +82,8 @@ jobs:
82
fail-fast: false
83
matrix:
84
nextcloud_version:
85
- - 28
86
- - 29
+# - 28
+# - 29
87
- 30
88
test:
89
- 'solidtestsuite/solid-crud-tests:v7.0.5'
@@ -153,6 +153,10 @@ jobs:
153
--env-file ./env-vars-testers.list \
154
${{ matrix.test }}
155
156
+ - name: Setup tmate session - ${{ matrix.test }}
157
+ if: failure()
158
+ uses: mxschmitt/action-tmate@v3
159
+
160
- name: Show nextcloud logs - ${{ matrix.test }}
161
if: always()
162
run: |
0 commit comments