93
93
with :
94
94
name : pytest-results-${{matrix.test-type}}-${{matrix.connection-type}}-${{matrix.python-version}}
95
95
path : |
96
- ' ${{matrix.test-type}}*-results.xml'
97
- ' ${{matrix.test-type}}-profile.out'
96
+ ${{matrix.test-type}}*-results.xml
97
+ ${{matrix.test-type}}-profile.out
98
98
if-no-files-found : error
99
99
retention-days : 10
100
100
@@ -109,7 +109,7 @@ jobs:
109
109
continue-on-error : true
110
110
with :
111
111
name : Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
112
- path : ' * .xml'
112
+ path : ${{matrix.test-type}}*-results .xml
113
113
reporter : java-junit
114
114
list-suites : all
115
115
list-tests : all
@@ -132,10 +132,12 @@ jobs:
132
132
name : RESP3 [${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}}]
133
133
steps :
134
134
- uses : actions/checkout@v4
135
+
135
136
- uses : actions/setup-python@v5
136
137
with :
137
138
python-version : ${{ matrix.python-version }}
138
139
cache : ' pip'
140
+
139
141
- name : Run tests
140
142
run : |
141
143
pip install -U setuptools wheel
@@ -154,8 +156,8 @@ jobs:
154
156
with :
155
157
name : pytest-results-${{matrix.test-type}}-${{matrix.connection-type}}-${{matrix.python-version}}-resp3
156
158
path : |
157
- ' ${{matrix.test-type}}*-results.xml'
158
- ' ${{matrix.test-type}}-profile.out'
159
+ ${{matrix.test-type}}*-results.xml
160
+ ${{matrix.test-type}}-profile.out
159
161
if-no-files-found : error
160
162
retention-days : 10
161
163
@@ -170,7 +172,7 @@ jobs:
170
172
continue-on-error : true
171
173
with :
172
174
name : Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}-resp3
173
- path : ' *-results.xml'
175
+ path : ${{matrix.test-type}} *-results.xml
174
176
reporter : java-junit
175
177
list-suites : all
176
178
list-tests : all
0 commit comments