Skip to content

Commit

Permalink
Merge branch '48-situation-module' of github.com:Onto-Med/GFO
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphBln committed Jan 20, 2025
2 parents 30baeb7 + 6bc6bb7 commit b360872
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,25 @@ jobs:
- run: check-rdfxml modules/situation/examples/gfo-situation-simple-example.ttl
- run: check-rdfxml modules/situation/examples/gfo-situation-time-extended-example.ttl

- run: robot reason --profile qc_report/profile.txt --input gfo-light.owl
- run: robot reason --profile qc_report/profile.txt --input modules/gfo-core.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/gfo-presentic.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/gfo-timeExtended.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/gfo-connector-presentic-timeExtended.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/gfo-situation.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/gfo-situation-object-extended.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/gfo-situation-object.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/gfo-situation-presentic-object-reified-presentic-attributives.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/gfo-situation-presentic-object-reified-presentic-objects.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/gfo-situation-presentic-object.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/gfo-situation-presentic-simple.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/gfo-situation-simple.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/gfo-situation-time-extended.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-object-example.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-object-extended-example.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-presentic-object-example.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-presentic-object-reified-presentic-attributives-example.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-presentic-object-reified-presentic-objects-example.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-presentic-simple-example.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-simple-example.ttl
- run: robot reason --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-time-extended-example.ttl

# - run: robot report --profile qc_report/profile.txt --input gfo-light.owl
- run: robot report --profile qc_report/profile.txt --input gfo-light.owl
- run: robot report --profile qc_report/profile.txt --input modules/gfo-core.ttl
- run: robot report --profile qc_report/profile.txt --input modules/gfo-presentic.ttl
- run: robot report --profile qc_report/profile.txt --input modules/gfo-timeExtended.ttl
- run: robot report --profile qc_report/profile.txt --input modules/gfo-connector-presentic-timeExtended.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/gfo-situation.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/gfo-situation-object-extended.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/gfo-situation-object.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/gfo-situation-presentic-object-reified-presentic-attributives.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/gfo-situation-presentic-object-reified-presentic-objects.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/gfo-situation-presentic-object.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/gfo-situation-presentic-simple.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/gfo-situation-simple.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/gfo-situation-time-extended.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-object-example.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-object-extended-example.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-presentic-object-example.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-presentic-object-reified-presentic-attributives-example.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-presentic-object-reified-presentic-objects-example.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-presentic-simple-example.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-simple-example.ttl
- run: robot report --profile qc_report/profile.txt --input modules/situation/examples/gfo-situation-time-extended-example.ttl

0 comments on commit b360872

Please sign in to comment.