File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ jobs:
138138
139139 - store_artifacts :
140140 path : doc/build/html
141+ - store_test_results :
142+ path : doc/build/test-results
141143
142144 docs-python38-min :
143145 docker :
@@ -159,6 +161,8 @@ jobs:
159161
160162 - store_artifacts :
161163 path : doc/build/html
164+ - store_test_results :
165+ path : doc/build/test-results
162166
163167 docs-python38 :
164168 docker :
@@ -179,6 +183,8 @@ jobs:
179183
180184 - store_artifacts :
181185 path : doc/build/html
186+ - store_test_results :
187+ path : doc/build/test-results
182188
183189 - add_ssh_keys :
184190 fingerprints :
Original file line number Diff line number Diff line change @@ -169,6 +169,8 @@ def _check_dependencies():
169169 'matplotlib_animations' : True ,
170170 # 3.7 CI doc build should not use hidpi images during the testing phase
171171 '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 '' ),
172174}
173175
174176plot_gallery = 'True'
You can’t perform that action at this time.
0 commit comments