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 bb29dd2 commit febd43dCopy full SHA for febd43d
.github/workflows/integration.yaml
@@ -75,8 +75,8 @@ jobs:
75
uses: dorny/test-reporter@v1
76
if: success() || failure()
77
with:
78
- name: Test Results
79
- path: '${{matrix.type-type}}*results.xml'
+ name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connectype-type}}
+ path: '${{matrix.test-type}}*results.xml'
80
reporter: java-junit
81
list-suites: failed
82
list-tests: failed
0 commit comments