diff --git a/.github/workflows/test_ert.yml b/.github/workflows/test_ert.yml index 4cc6deeb0a9..fecef242bdf 100644 --- a/.github/workflows/test_ert.yml +++ b/.github/workflows/test_ert.yml @@ -46,6 +46,12 @@ 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 + with: + name: test-images + path: /tmp/tmp*/**/*.png + - name: CLI Test if: inputs.test-type == 'cli-tests' run: |