aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2022-04-21 20:01:07 +1000
committerGitHub <noreply@github.com>2022-04-21 20:01:07 +1000
commitc057c3ef1deb0d299bd1ed2141ac9e4c49eb0619 (patch)
treeb00a3236023e2e1710290903a5a3cd4a33d7352a /.github/workflows
parente94d037281ca0b2f6bd06659d1c073b1f9e8d55b (diff)
downloadarchiva-c057c3ef1deb0d299bd1ed2141ac9e4c49eb0619.tar.gz
archiva-c057c3ef1deb0d299bd1ed2141ac9e4c49eb0619.zip
Fix github actions (#83)
* more memory for rest-services tests Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/maven.yml3
1 files changed, 3 insertions, 0 deletions
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