Skip to content

Commit

Permalink
Update docker-maven-plugin, publish unit test results (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
col-panic committed Jun 8, 2021
1 parent 39d7dea commit 0906b8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.31.0</version>
<version>0.36.0</version>
<extensions>true</extensions>
<executions>
<execution>
Expand Down

0 comments on commit 0906b8a

Please sign in to comment.