File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -103,19 +103,6 @@ jobs:
103
103
with :
104
104
fail_ci_if_error : false
105
105
106
- - name : View Test Results
107
- uses : dorny/test-reporter@v1
108
- if : success() || failure()
109
- continue-on-error : true
110
- with :
111
- name : Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
112
- path : ${{matrix.test-type}}*-results.xml
113
- reporter : java-junit
114
- list-suites : all
115
- list-tests : all
116
- max-annotations : 10
117
- fail-on-error : ' false'
118
-
119
106
resp3_tests :
120
107
runs-on : ubuntu-latest
121
108
strategy :
@@ -166,19 +153,6 @@ jobs:
166
153
with :
167
154
fail_ci_if_error : false
168
155
169
- - name : View Test Results
170
- uses : dorny/test-reporter@v1
171
- if : success() || failure()
172
- continue-on-error : true
173
- with :
174
- name : Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}-resp3
175
- path : ${{matrix.test-type}}*-results.xml
176
- reporter : java-junit
177
- list-suites : all
178
- list-tests : all
179
- max-annotations : 10
180
- fail-on-error : ' false'
181
-
182
156
build_and_test_package :
183
157
name : Validate building and installing the package
184
158
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments