File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 96
96
fail_ci_if_error : false
97
97
token : ${{ secrets.CODECOV_TOKEN }}
98
98
99
- - name : View Test Results
100
- uses : dorny/test-reporter@v1
101
- if : success() || failure()
102
- continue-on-error : true
103
- with :
104
- name : Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
105
- path : ' *.xml'
106
- reporter : java-junit
107
- list-suites : all
108
- list-tests : all
109
- max-annotations : 10
110
- fail-on-error : ' false'
111
99
112
100
resp3_tests :
113
101
runs-on : ubuntu-latest
@@ -156,18 +144,6 @@ jobs:
156
144
fail_ci_if_error : false
157
145
token : ${{ secrets.CODECOV_TOKEN }}
158
146
159
- - name : View Test Results
160
- uses : dorny/test-reporter@v1
161
- if : success() || failure()
162
- continue-on-error : true
163
- with :
164
- name : Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}-resp3
165
- path : ' *.xml'
166
- reporter : java-junit
167
- list-suites : all
168
- list-tests : all
169
- max-annotations : 10
170
- fail-on-error : ' false'
171
147
172
148
build_and_test_package :
173
149
name : Validate building and installing the package
You can’t perform that action at this time.
0 commit comments