Skip to content

Commit 05b460c

Browse files
committed
WIP: upload images
1 parent 3538c75 commit 05b460c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test_ert.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
run: |
4747
pytest --cov=ert --cov-report=xml:cov1.xml --junit-xml=junit.xml -o junit_family=legacy -v --mpl --benchmark-disable tests/ert/ui_tests/gui
4848
49+
- name: Upload artifact images
50+
uses: actions/upload-artifact@v4
51+
continue-on-error: true
52+
with:
53+
name: test-images
54+
path: /tmp/tmp*/**/*.png
55+
4956
- name: CLI Test
5057
if: inputs.test-type == 'cli-tests'
5158
run: |

0 commit comments

Comments
 (0)