From 37c95b033384f37849b690ab391a248df4767967 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 12 Mar 2026 15:57:37 -0600 Subject: [PATCH] Upload conda image test failures as an artifact --- .github/workflows/ci-testing.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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