Skip to content

Commit

Permalink
WIP: upload images
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Oct 2, 2024
1 parent 3538c75 commit 05b460c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
run: |
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
- name: Upload artifact images
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: test-images
path: /tmp/tmp*/**/*.png

- name: CLI Test
if: inputs.test-type == 'cli-tests'
run: |
Expand Down

0 comments on commit 05b460c

Please sign in to comment.