Skip to content

Commit c29b1ef

Browse files
committed
Add fix from d4a2690 to BASH script to workflow file.
1 parent 6bd4fab commit c29b1ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
test:
42-
- 'solidtestsuite/solid-crud-tests:v6.0.0'
42+
- 'solidtestsuite/solid-crud-tests:v7.0.5'
4343
- 'solidtestsuite/web-access-control-tests:v7.1.0'
4444
- 'solidtestsuite/webid-provider-tests:v2.1.0'
4545

@@ -75,6 +75,7 @@ jobs:
7575
startSolidNextcloud 'server' "ghcr.io/pdsinterop/solid-nextcloud:latest" ${{ matrix.test }}
7676
startSolidNextcloud 'thirdparty' "ghcr.io/pdsinterop/solid-nextcloud:latest" ${{ matrix.test }}
7777
docker run -i --rm --network=testnet \
78+
--name tester \
7879
--env COOKIE="$COOKIE_server" \
7980
--env COOKIE_ALICE="$COOKIE_server" \
8081
--env COOKIE_BOB="$COOKIE_thirdparty" \

0 commit comments

Comments
 (0)