Skip to content

Commit febd43d

Browse files
committed
renaming test results
1 parent bb29dd2 commit febd43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
uses: dorny/test-reporter@v1
7676
if: success() || failure()
7777
with:
78-
name: Test Results
79-
path: '${{matrix.type-type}}*results.xml'
78+
name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connectype-type}}
79+
path: '${{matrix.test-type}}*results.xml'
8080
reporter: java-junit
8181
list-suites: failed
8282
list-tests: failed

0 commit comments

Comments
 (0)