Skip to content

Commit 904517d

Browse files
committed
Check test reports location
1 parent 859ab70 commit 904517d

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/pr-module-functional-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,13 @@ jobs:
4747
result=${PIPESTATUS[0]}
4848
echo "exit_code=$result" >> "$GITHUB_OUTPUT"
4949
50-
- name: Check test reports location
51-
run: |
52-
echo "GITHUB_WORKSPACE = $GITHUB_WORKSPACE"
53-
find $GITHUB_WORKSPACE -name 'TEST-*.xml'
54-
5550
- name: Format build output for PR comment
5651
if: always()
5752
uses: dorny/test-reporter@v2.1.0
5853
with:
5954
name: 'Module functional tests'
60-
path: '**/target/failsafe-reports/TEST-*.xml'
55+
working-directory: 'target/failsafe-reports'
56+
path: 'TEST-*.xml'
6157
reporter: java-junit
6258
use-actions-summary: 'true'
6359
list-suites: 'failed'

0 commit comments

Comments
 (0)