Skip to content

Commit d2f7986

Browse files
committed
restore tests
1 parent add785b commit d2f7986

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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,9 +153,9 @@ 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
156+
# - name: Setup tmate session - ${{ matrix.test }}
157+
# if: failure()
158+
# uses: mxschmitt/action-tmate@v3
159159

160160
- name: Show nextcloud logs - ${{ matrix.test }}
161161
if: always()

0 commit comments

Comments
 (0)