Skip to content

Commit

Permalink
store the image comparisons for debugging if a test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jkittner committed Apr 21, 2024
1 parent cf43493 commit 5102055
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -38,3 +38,10 @@ jobs:
run: |
pytest -s -rxs -vv -Werror tests/ --mpl --mpl-generate-summary=html \
--mpl-results-path="windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"
- name: Store mpl-results
uses: actions/upload-artifact@v4
if: failure()
with:
name: "windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"
path: "windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"
retention-days: 1

0 comments on commit 5102055

Please sign in to comment.