]> source.dussan.org Git - archiva.git/commitdiff
Fix github actions (#83)
authorOlivier Lamy <olamy@apache.org>
Thu, 21 Apr 2022 10:01:07 +0000 (20:01 +1000)
committerGitHub <noreply@github.com>
Thu, 21 Apr 2022 10:01:07 +0000 (20:01 +1000)
* more memory for rest-services tests

Signed-off-by: Olivier Lamy <olamy@apache.org>
.github/workflows/maven.yml
archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml

index cbe068cd55dce13c32cb29f716276461db77fd69..b011c4aa34c88b78e8cf8f50ce583d9281284ee8 100644 (file)
@@ -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
index c7391c6dbe07eb21e1cbfba00f11b267c4795723..16f4d02bf2d24ec92093cd649cc8c7bc86e53c00 100644 (file)
             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>