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 3aa6a18 commit bb29dd2Copy full SHA for bb29dd2
.github/workflows/integration.yaml
@@ -66,17 +66,17 @@ jobs:
66
pip install -U setuptools wheel
67
pip install -r dev_requirements.txt
68
tox -e ${{matrix.test-type}}-${{matrix.connection-type}}
69
- - uses: actions/upload-artifact@v2
70
- if: success() || failure()
71
- with:
+ - uses: actions/upload-artifact@v2
+ if: success() || failure()
+ with:
72
name: pytest-results-${{matrix.test-type}}
73
path: '${{matrix.test-type}}*results.xml'
74
- name: View Test Results
75
uses: dorny/test-reporter@v1
76
if: success() || failure()
77
with:
78
name: Test Results
79
- path: '${{matrix.test-type}}*results.xml'
+ path: '${{matrix.type-type}}*results.xml'
80
reporter: java-junit
81
list-suites: failed
82
list-tests: failed
0 commit comments