Skip to content

Commit

Permalink
added properties check to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sasjonge committed Oct 27, 2022
1 parent 551fa2e commit 594cc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ jobs:
if: success()
uses: docker://python:3.7.6-slim
with:
args: python ./scripts/konclude_test.py -k ./.github/actions/Konclude -s ./build/SOMA-HOME.owl -o ./owl/konclude.html ./build/konclude.output
args: python ./scripts/konclude_test.py -p $PWD/properties/SOMA-HOM_objectProperties -k ./.github/actions/Konclude -s ./build/SOMA-HOME.owl -o ./owl/konclude.html ./build/konclude.output

0 comments on commit 594cc92

Please sign in to comment.