Skip to content

Commit

Permalink
Update _dynamic_files.jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Mar 2, 2024
1 parent 98b9cce commit e157c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/_dynamic_files.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ jobs:
- name: Run ontology QC checks
env:
DEFAULT_BRANCH: {{ project.git_main_branch }}
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false MIR=false
{% endif -%}{% if 'gitlab-ci' in project.ci %}
^^^ .gitlab-ci.yml
# Basic ODK workflow to run ontology QC checks
Expand Down

0 comments on commit e157c5f

Please sign in to comment.