Skip to content

Commit

Permalink
Github CI flow: expose junit reports
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Jul 12, 2023
1 parent d080633 commit 67a4e78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
cache: maven
- name: Build with Maven
run: ./mvnw -B package -Pcoverage --file pom.xml
- name: Upload failed test reports
uses: actions/upload-artifact@v3
if: always()
with:
name: surefire-reports_java${{ matrix.java }}
path: xmppserver/target/surefire-reports
- name: Upload distribution
if: ${{ matrix.distribution == 'zulu' }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 67a4e78

Please sign in to comment.