Skip to content

Commit

Permalink
Test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
JPechberty committed Jan 28, 2025
1 parent 0bca867 commit 46e3b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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
path: ${{ github.workspace }}/target/surefire-reports/TEST-TestSuite.xml # Path to test results
path: ${{ github.workspace }}/target/surefire-reports # Path to test results
reporter: java-junit # Format of test results
#java-version: ${{ matrix.java-version }} # Java version

Expand Down

0 comments on commit 46e3b1f

Please sign in to comment.