Skip to content

Commit 0920116

Browse files
committed
Fix test results visualization in CI
1 parent 976ae66 commit 0920116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
continue-on-error: true
160160
with:
161161
name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}-resp3
162-
path: '*.xml'
162+
path: '*-results.xml'
163163
reporter: java-junit
164164
list-suites: all
165165
list-tests: all

0 commit comments

Comments
 (0)