Skip to content

Commit 46e3b1f

Browse files
committed
Test reports
1 parent 0bca867 commit 46e3b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: success() || failure() # run this step even if previous step failed
4040
with:
4141
name: Test Results # Name of the check run which will be created
42-
path: ${{ github.workspace }}/target/surefire-reports/TEST-TestSuite.xml # Path to test results
42+
path: ${{ github.workspace }}/target/surefire-reports # Path to test results
4343
reporter: java-junit # Format of test results
4444
#java-version: ${{ matrix.java-version }} # Java version
4545

0 commit comments

Comments
 (0)