From c057c3ef1deb0d299bd1ed2141ac9e4c49eb0619 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 21 Apr 2022 20:01:07 +1000 Subject: Fix github actions (#83) * more memory for rest-services tests Signed-off-by: Olivier Lamy --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cbe068cd5..b011c4aa3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 -- cgit v1.2.3