File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -142,20 +142,23 @@ jobs:
142
142
pytest -v
143
143
144
144
- name : Upload integration test logs
145
+ if : always()
145
146
uses : actions/upload-artifact@v3
146
147
with :
147
148
name : integration-test-logs-${{ runner.os }}
148
149
path : tests/integration/logs
149
150
retention-days : 7
150
151
151
152
- name : Upload PyVista generated images (cache and results)
153
+ if : always()
152
154
uses : actions/upload-artifact@v3
153
155
with :
154
156
name : pytest-pyvista-images-${{ runner.os }}
155
157
path : tests/integration/image_cache
156
158
retention-days : 7
157
159
158
160
- name : Upload Coverage Results
161
+ if : always()
159
162
uses : actions/upload-artifact@v3
160
163
with :
161
164
name : coverage-html
@@ -304,13 +307,15 @@ jobs:
304
307
requires-xvfb : true
305
308
306
309
- name : Upload integration test logs
310
+ if : always()
307
311
uses : actions/upload-artifact@v3
308
312
with :
309
313
name : integration-test-logs-${{ runner.os }}
310
314
path : tests/integration/logs
311
315
retention-days : 7
312
316
313
317
- name : Upload PyVista generated images (cache and results)
318
+ if : always()
314
319
uses : actions/upload-artifact@v3
315
320
with :
316
321
name : pytest-pyvista-images-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments