mirror of https://github.com/apache/archiva.git
Fix github actions (#83)
* more memory for rest-services tests Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
e94d037281
commit
c057c3ef1d
|
@ -46,3 +46,6 @@ jobs:
|
|||
|
||||
- name: Build with Maven
|
||||
run: mvn -e -B -V install -Pci-build -T2
|
||||
|
||||
- name: Publish Test Report
|
||||
uses: scacap/action-surefire-report@v1
|
||||
|
|
|
@ -540,7 +540,7 @@
|
|||
with surefire and OpenJDK 8 181b13 on Debian/Ubuntu,
|
||||
@see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925
|
||||
-->
|
||||
<argLine>-Xms256m -Xmx512m -server -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
|
||||
<argLine>-Xms2048m -Xmx2048m -server -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
|
||||
<systemPropertyVariables>
|
||||
<mvn.project.base.dir>${project.basedir}</mvn.project.base.dir>
|
||||
<appserver.base>${project.build.directory}/appserver-base-${surefire.forkNumber}</appserver.base>
|
||||
|
|
Loading…
Reference in New Issue