Skip to content

Commit

Permalink
Upload surefire reports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Dec 1, 2024
1 parent ebd321e commit 53793fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ jobs:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: "Upload surefire reports"
uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: "**/target/surefire-reports/**"

samples-test-prepare:
needs: check-format
Expand Down

0 comments on commit 53793fb

Please sign in to comment.