File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v2
2525 # Run the Solid test-suite
2626 - name : Run the Solid test suite
27- # Until the test-suite has been fixed, allow the tests to fail.
28- # See: https://github.com/pdsinterop/solid-nextcloud/issues/69
29- continue-on-error : true
3027 shell : ' script -q -e -c "bash {0}"'
3128 run : |
3229 bash ./run-solid-test-suite.sh
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ ALICE_WEBID=https://server/apps/solid/@alice/profile/card#me
88SERVER_ROOT_ESCAPED=https:\/\/server
99SERVER_ROOT=https://server
1010STORAGE_ROOT=https://server/apps/solid/@alice/storage/
11+ SKIP_CONC=1
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ function setup {
1010 docker tag solidtestsuite/webid-provider-tests:v2.0.3 webid-provider-tests
1111 docker pull solidtestsuite/solid-crud-tests:v6.0.0
1212 docker tag solidtestsuite/solid-crud-tests:v6.0.0 solid-crud-tests
13- docker pull solidtestsuite/web-access-control-tests:v7.0 .0
14- docker tag solidtestsuite/web-access-control-tests:v7.0 .0 web-access-control-tests
13+ docker pull solidtestsuite/web-access-control-tests:v7.1 .0
14+ docker tag solidtestsuite/web-access-control-tests:v7.1 .0 web-access-control-tests
1515}
1616function teardown {
1717 docker stop ` docker ps --filter network=testnet -q`
You can’t perform that action at this time.
0 commit comments