diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5610b99925..0a8b573214 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,7 +116,6 @@ jobs: ls -la ls -la scripts ls -la fuseki - - run: docker image ls - name: Validate with script # run: bash ${GITHUB_WORKSPACE}/scripts/validate-skos -s skohub.shacl.ttl ${{ matrix.file }} run: bash ./scripts/validate-skos -s skohub.shacl.ttl ${{ matrix.file }} diff --git a/scripts/validate-skos b/scripts/validate-skos index b0057bec1c..87594c6384 100644 --- a/scripts/validate-skos +++ b/scripts/validate-skos @@ -109,6 +109,9 @@ if [ $attempt -gt $max_attempts ]; then exit 1 fi +# TODO remove later +cat $testfile + # upload file curl --request POST \ --url "http://localhost:$port/dataset/data?graph=default" \