diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 5959cbc05..0beb080ff 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -185,4 +185,13 @@ jobs: - name: Testing run: | - pytest -rfEsX -n 4 --color=yes --pyargs cartopy + pytest -rfEsX -n 4 --color=yes --pyargs cartopy \ + --mpl --mpl-generate-summary=html \ + --mpl-results-path="cartopy_test_output-conda" + + - name: Upload image results + uses: actions/upload-artifact@v7 + if: failure() + with: + name: image-failures-conda + path: cartopy_test_output-conda