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