Skip to content

Commit 6b2e7d1

Browse files
committed
robot memory increase for CI
1 parent 701d3f0 commit 6b2e7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: verify and build
3535
env:
3636
DEFAULT_BRANCH: master
37-
run: cd src/ontology && make
37+
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false

.github/workflows/qc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic ODK workflow
22

3-
name: CI
3+
name: CI_qc
44

55
# Controls when the action will run.
66
on:

0 commit comments

Comments
 (0)