Skip to content

Commit 5db7fe2

Browse files
committed
Update CI script to follow tytanic recommendation: https://typst-community.github.io/tytanic/guides/ci.html
1 parent 0698c14 commit 5db7fe2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,14 @@ jobs:
5252
- name: Clean up (Uninstall package from local Typst)
5353
run: |
5454
make uninstall
55+
56+
- name: Upload test artifacts (diffs, output, refs)
57+
if: always()
58+
uses: actions/upload-artifact@v4
59+
with:
60+
name: tytanic-artifacts
61+
path: |
62+
tests/**/diff/*.png
63+
tests/**/out/*.png
64+
tests/**/ref/*.png
65+
retention-days: 5

0 commit comments

Comments
 (0)