aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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