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 859ab70 commit 904517dCopy full SHA for 904517d
1 file changed
.github/workflows/pr-module-functional-tests.yml
@@ -47,17 +47,13 @@ jobs:
47
result=${PIPESTATUS[0]}
48
echo "exit_code=$result" >> "$GITHUB_OUTPUT"
49
50
- - name: Check test reports location
51
- run: |
52
- echo "GITHUB_WORKSPACE = $GITHUB_WORKSPACE"
53
- find $GITHUB_WORKSPACE -name 'TEST-*.xml'
54
-
55
- name: Format build output for PR comment
56
if: always()
57
uses: dorny/test-reporter@v2.1.0
58
with:
59
name: 'Module functional tests'
60
- path: '**/target/failsafe-reports/TEST-*.xml'
+ working-directory: 'target/failsafe-reports'
+ path: 'TEST-*.xml'
61
reporter: java-junit
62
use-actions-summary: 'true'
63
list-suites: 'failed'
0 commit comments