From 2ea1bcaf91caf5f5e056520aabca74fd3f49aa44 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Fri, 7 Jan 2022 13:33:11 -0500 Subject: [PATCH] put test output in a file --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 450439d3..cb7b089f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,7 +29,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Build with Maven - run: ./mvnw clean install -B -U -Pspring + run: ./mvnw clean install -B -U -Pspring -Dmaven.test.redirectTestOutputToFile=true - name: Publish Test Report uses: mikepenz/action-junit-report@v2 if: always() # always run even if the previous step fails