From 55ccaa8b8df0bbd185a9c26fd9ceb8a1eb0020c6 Mon Sep 17 00:00:00 2001 From: Ray Stefancsik Date: Wed, 8 May 2024 15:56:59 +0100 Subject: [PATCH] Update the ontology QC step of the dosdp workflow This commit is intended to fix a dosdp github action (workflow) error at step Run ontology QC checks related to tolipidmaps.owl. --- .github/workflows/dosdp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dosdp.yml b/.github/workflows/dosdp.yml index c50e9b81..eb71d1f9 100644 --- a/.github/workflows/dosdp.yml +++ b/.github/workflows/dosdp.yml @@ -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: