Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/robot-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
jobs:
robot-smoke:
runs-on: ubuntu-latest
timeout-minutes: 90
timeout-minutes: 30

env:
ROBOT_VERSION: v1.9.10
Expand Down Expand Up @@ -77,8 +77,9 @@ jobs:
ROBOT="java -jar $HOME/.local/share/robot/robot.jar"
$ROBOT merge \
--input "03_TECHNICAL_CORE/ontology/imports/bfo-2020.owl" \
--input "03_TECHNICAL_CORE/ontology/imports/iao.owl" \
--input "03_TECHNICAL_CORE/ontology/imports/ro.owl" \
--input "03_TECHNICAL_CORE/ontology/imports/iao_bot.owl" \
--input "03_TECHNICAL_CORE/ontology/imports/ro_bot.owl" \
--input "03_TECHNICAL_CORE/ontology/imports/cco_bot.owl" \
--input "03_TECHNICAL_CORE/ontology/ARCO_core.ttl" \
--input "03_TECHNICAL_CORE/ontology/ARCO_governance_extension.ttl" \
--input "03_TECHNICAL_CORE/ontology/ARCO_instances_sentinel.ttl" \
Expand Down
5,951 changes: 5,951 additions & 0 deletions 03_TECHNICAL_CORE/ontology/imports/cco_bot.owl

Large diffs are not rendered by default.

8,532 changes: 0 additions & 8,532 deletions 03_TECHNICAL_CORE/ontology/imports/iao.owl

This file was deleted.

1,621 changes: 1,621 additions & 0 deletions 03_TECHNICAL_CORE/ontology/imports/iao_bot.owl

Large diffs are not rendered by default.

19,040 changes: 0 additions & 19,040 deletions 03_TECHNICAL_CORE/ontology/imports/ro.owl

This file was deleted.

Loading
Loading