Skip to content

Commit

Permalink
Upload the file with TC expansions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gouttegd committed Aug 13, 2024
1 parent 35e754b commit 2796686
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
ROBOT_JAVA_ARGS: -Xmx6G
run: cd src/ontology && mkdir -p tmp reports mirror && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' GH_ACTION=true BRI=true MIR=false IMP=false test | tee TESTLOG.log

- name: Upload intermediate artifact
uses: actions/upload-artifact@v4
with:
name: uberon-plus-tax-equivs
path: src/ontology/tmp/uberon-edit-plus-tax-equivs.owl

- name: Reason over taxon constraints
id: explaintc
continue-on-error: true
Expand Down

0 comments on commit 2796686

Please sign in to comment.