File tree 2 files changed +8
-0
lines changed 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ jobs:
138
138
139
139
- store_artifacts :
140
140
path : doc/build/html
141
+ - store_test_results :
142
+ path : doc/build/test-results
141
143
142
144
docs-python38-min :
143
145
docker :
@@ -159,6 +161,8 @@ jobs:
159
161
160
162
- store_artifacts :
161
163
path : doc/build/html
164
+ - store_test_results :
165
+ path : doc/build/test-results
162
166
163
167
docs-python38 :
164
168
docker :
@@ -179,6 +183,8 @@ jobs:
179
183
180
184
- store_artifacts :
181
185
path : doc/build/html
186
+ - store_test_results :
187
+ path : doc/build/test-results
182
188
183
189
- add_ssh_keys :
184
190
fingerprints :
Original file line number Diff line number Diff line change @@ -169,6 +169,8 @@ def _check_dependencies():
169
169
'matplotlib_animations' : True ,
170
170
# 3.7 CI doc build should not use hidpi images during the testing phase
171
171
'image_srcset' : [] if sys .version_info [:2 ] == (3 , 7 ) else ["2x" ],
172
+ 'junit' : ('../test-results/sphinx-gallery/junit.xml'
173
+ if 'CIRCLECI' in os .environ else '' ),
172
174
}
173
175
174
176
plot_gallery = 'True'
You can’t perform that action at this time.
0 commit comments