Skip to content

Commit 51074dd

Browse files
committed
here we go testing CI
1 parent 14d2ee8 commit 51074dd

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/tests.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,22 @@ jobs:
3333
with:
3434
crate: typst-test
3535
git: https://github.com/tingerrr/typst-test.git
36-
branch: ci-semi-stable
36+
branch: relax-comparison
3737

3838
- name: Setup typst
3939
uses: yusancky/setup-typst@v2
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/

0 commit comments

Comments
 (0)