We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bca867 commit 46e3b1fCopy full SHA for 46e3b1f
.github/workflows/ci-testing.yml
@@ -39,7 +39,7 @@ jobs:
39
if: success() || failure() # run this step even if previous step failed
40
with:
41
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
+ path: ${{ github.workspace }}/target/surefire-reports # Path to test results
43
reporter: java-junit # Format of test results
44
#java-version: ${{ matrix.java-version }} # Java version
45
0 commit comments