Skip to content

Commit 276906a

Browse files
committed
here we go testing CI
1 parent 14d2ee8 commit 276906a

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.github/workflows/tests.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,15 @@ jobs:
4040
with:
4141
version: 'v0.11.0'
4242

43+
- run: typst fonts
44+
4345
- name: Run test suite
44-
run: just ci
46+
run: just ci || true
47+
48+
- uses: actions/upload-artifact@v4
49+
with:
50+
name: output
51+
path: |
52+
tests/**/out/
53+
tests/**/diff/
54+
tests/**/ref/

tests/style/ref/1.png

216 KB
Loading

tests/style/ref/2.png

728 KB
Loading

tests/style/ref/3.png

457 KB
Loading

0 commit comments

Comments
 (0)