Skip to content

Commit

Permalink
Merge pull request #14 from JamesxX/diff-artefacts-in-workflow
Browse files Browse the repository at this point in the history
Retain diff files as artefacts
  • Loading branch information
jamesrswift authored Jul 15, 2024
2 parents b806311 + 96a47a0 commit b251cf9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ jobs:
- name: Run test suite
run: just test

- name: Archive diffs
uses: actions/upload-artifact@v4
if: always()
with:
name: diffs
path: |
tests/**/diff/*.png
tests/**/out/*.png
retention-days: 5

- name: Build docs
if: ${{ matrix.doc }}
run: just doc

0 comments on commit b251cf9

Please sign in to comment.