Skip to content

Commit

Permalink
WIP cat out testfile #14
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Jan 29, 2024
1 parent d5196ae commit be4c41a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 3 additions & 0 deletions scripts/validate-skos
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit be4c41a

Please sign in to comment.