Skip to content

Commit

Permalink
CI: Also archive failsafe reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Mar 21, 2024
1 parent f8cea00 commit 41f0566
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ jobs:
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn --batch-mode verify
- name: Archive Surefire Reports
uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ runner.os }}-${{ matrix.java }}-failsafe-reports
path: '**/target/failsafe-reports/*.xml'

0 comments on commit 41f0566

Please sign in to comment.