Skip to content

Commit c0afde7

Browse files
committed
ci
1 parent 15c3ab6 commit c0afde7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jobs:
3838
unzip l4_sample.zip
3939
4040
- name: Build
41+
env:
42+
MAVEN_OPTS: "-Xmx6g"
4143
run: mvn -B package --file pom.xml
4244

4345
- name: Test
46+
env:
47+
MAVEN_OPTS: "-Xmx6g"
4448
run: mvn test

0 commit comments

Comments
 (0)