Skip to content

Commit b7bd47a

Browse files
updating to ODK 1.5.0
1 parent b3d0caf commit b7bd47a

File tree

6 files changed

+176
-71
lines changed

6 files changed

+176
-71
lines changed

.github/workflows/qc.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ jobs:
1919
ontology_qc:
2020
# The type of runner that the job will run on
2121
runs-on: ubuntu-latest
22-
container: obolibrary/odkfull:v1.3.1
22+
container: obolibrary/odkfull:v1.5
2323

2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v3
2828

2929
- name: Run ontology QC checks
3030
env:
3131
DEFAULT_BRANCH: main
32-
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false
33-
32+
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false MIR=false
3433

0 commit comments

Comments
 (0)