Skip to content

Commit e3e1962

Browse files
committed
Test report
1 parent febdb14 commit e3e1962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
if: success() || failure() # run this step even if previous step failed
4545
with:
4646
name: Test Results # Name of the check run which will be created
47-
artifact: ciMavenReport-${{ github.run_id }} # Artifact name to download
48-
path: ${{ github.workspace }}/target/surefire-reports # Path to test results
47+
#artifact: ciMavenReport-${{ github.run_id }} # Artifact name to download
48+
path: ${{ github.workspace }}/target/surefire-reports/*.xml # Path to test results
4949
reporter: java-junit # Format of test results
5050
#java-version: ${{ matrix.java-version }} # Java version
5151

0 commit comments

Comments
 (0)