Skip to content

Commit

Permalink
Update the ontology QC step of the dosdp workflow
Browse files Browse the repository at this point in the history
This commit is intended to fix a dosdp github action (workflow) error at step Run ontology QC checks related to tolipidmaps.owl.
  • Loading branch information
rays22 committed May 8, 2024
1 parent 7e9e7b4 commit 55ccaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dosdp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Refreshing DOSDP patterns files
run: cd src/ontology/ && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' GITHUB_ACTION=true ../patterns/definitions.owl
- name: Run ontology QC checks
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false MIR=false
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 55ccaa8

Please sign in to comment.