From 139edc6ceeb004280f5dd3e798b74755505e4d2e Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Tue, 7 Sep 2021 09:12:32 +0200 Subject: [PATCH] fix: Update conformance script to target full URI Was required due to update to the conformance test suite --- .github/workflows/schedule.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 8a744fd64..4d0b306a2 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -35,5 +35,7 @@ jobs: docker run -i --rm -v "$(pwd)"/reports/css:/reports --env-file=./test/deploy/conformance.env - --network="host" solidconformancetestbeta/conformance-test-harness - --output=/reports --target=css + --network="host" + solidconformancetestbeta/conformance-test-harness + --output=/reports + --target=https://github.com/solid/conformance-test-harness/css