Skip to content
Merged
6 changes: 5 additions & 1 deletion .github/workflows/solid-tests-suites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Solid Test Suites

env:
# Docker Hub digest (i.e. hash) of the used Docker Images that do not have a version tag.
PUBSUB_TAG: latest@sha256:35166933e3d30bde801fd156bd2f21ebba9cdeca464ebd574c6be4cdb14d35cd
PUBSUB_TAG: latest@sha256:b73a2a5c98d2005bb667dfc69d1c859d704366024298b9caa24ea2e182c456c2
COOKIE_TAG: latest@sha256:c71a3947f97d96ce09823743182582e0d919738be0d4ef5c8c55a9c22c615b91

on:
Expand Down Expand Up @@ -153,6 +153,10 @@ jobs:
--env-file ./env-vars-testers.list \
${{ matrix.test }}

# - name: Setup tmate session - ${{ matrix.test }}
# if: failure()
# uses: mxschmitt/action-tmate@v3

- name: Show nextcloud logs - ${{ matrix.test }}
if: always()
run: |
Expand Down
2 changes: 1 addition & 1 deletion env-vars-server.list
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ALICE_WEBID=https://server/apps/solid/~alice/profile/card#me
COOKIE_TYPE=nextcloud-compatible
USERNAME=alice
PASSWORD=alice123
PUBSUB_URL=http://pubsub:8080
PUBSUB_URL=https://pubsub:8080
3 changes: 2 additions & 1 deletion solid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
"lcobucci/jwt": "^4.1",
"pdsinterop/flysystem-nextcloud": "^0.2",
"pdsinterop/flysystem-rdf": "^0.6",
"pdsinterop/solid-auth": "^0.12.2",
"pdsinterop/solid-auth": "^0.13",
"pdsinterop/solid-crud": "^0.8",
"phrity/websocket": "^3.5",
"psr/log": "^1.1"
},
"require-dev": {
Expand Down
Loading
Loading