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 febdb14 commit e3e1962Copy full SHA for e3e1962
.github/workflows/ci-testing.yml
@@ -44,8 +44,8 @@ jobs:
44
if: success() || failure() # run this step even if previous step failed
45
with:
46
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
+ #artifact: ciMavenReport-${{ github.run_id }} # Artifact name to download
+ path: ${{ github.workspace }}/target/surefire-reports/*.xml # Path to test results
49
reporter: java-junit # Format of test results
50
#java-version: ${{ matrix.java-version }} # Java version
51
0 commit comments