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