We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701d3f0 commit 6b2e7d1Copy full SHA for 6b2e7d1
.github/workflows/build.yaml
@@ -34,4 +34,4 @@ jobs:
34
- name: verify and build
35
env:
36
DEFAULT_BRANCH: master
37
- run: cd src/ontology && make
+ run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false
.github/workflows/qc.yml
@@ -1,6 +1,6 @@
1
# Basic ODK workflow
2
3
-name: CI
+name: CI_qc
4
5
# Controls when the action will run.
6
on:
0 commit comments