We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47e8c0 commit 6d07de2Copy full SHA for 6d07de2
1 file changed
.github/workflows/main.yml
@@ -65,4 +65,13 @@ jobs:
65
- name: Run tests (for macOS and Windows)
66
if: runner.os != 'Linux'
67
run: pytest
68
+ - name: Upload failed image diffs
69
+ if: failure()
70
+ uses: actions/upload-artifact@v4
71
+ with:
72
+ name: failed-image-diffs-${{ matrix.os }}-py${{ matrix.python-version }}
73
+ path: |
74
+ tests/test_images/*-failed-*.png
75
+ tests/test_images/*-expected.png
76
+ tests/test_images/*-actual.png
77
0 commit comments