From 0906b8a9a5ef0b5ddacef444266dfb6c067e983e Mon Sep 17 00:00:00 2001 From: Marco Descher Date: Tue, 8 Jun 2021 13:29:37 +0200 Subject: [PATCH] Update docker-maven-plugin, publish unit test results (#72) --- .github/workflows/maven.yml | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 651a356..63e35d8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,3 +24,8 @@ jobs: distribution: 'adopt' - name: Build with Maven run: mvn clean verify + - name: Publish Unit Test Results + uses: EnricoMi/publish-unit-test-result-action@v1 + if: always() + with: + files: ./target/failsafe-reports/TEST-*.xml diff --git a/pom.xml b/pom.xml index d5896ea..3f690aa 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ io.fabric8 docker-maven-plugin - 0.31.0 + 0.36.0 true