Skip to content

Commit

Permalink
Test report
Browse files Browse the repository at this point in the history
  • Loading branch information
JPechberty committed Jan 28, 2025
1 parent febdb14 commit e3e1962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
if: success() || failure() # run this step even if previous step failed
with:
name: Test Results # Name of the check run which will be created
artifact: ciMavenReport-${{ github.run_id }} # Artifact name to download
path: ${{ github.workspace }}/target/surefire-reports # Path to test results
#artifact: ciMavenReport-${{ github.run_id }} # Artifact name to download
path: ${{ github.workspace }}/target/surefire-reports/*.xml # Path to test results
reporter: java-junit # Format of test results
#java-version: ${{ matrix.java-version }} # Java version

0 comments on commit e3e1962

Please sign in to comment.