Skip to content

Commit 96a47a0

Browse files
committed
Retain diff files as artefacts
1 parent b806311 commit 96a47a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ jobs:
5252
- name: Run test suite
5353
run: just test
5454

55+
- name: Archive diffs
56+
uses: actions/upload-artifact@v4
57+
if: always()
58+
with:
59+
name: diffs
60+
path: |
61+
tests/**/diff/*.png
62+
tests/**/out/*.png
63+
retention-days: 5
64+
5565
- name: Build docs
5666
if: ${{ matrix.doc }}
5767
run: just doc

0 commit comments

Comments
 (0)