ci: install package before running
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -54,6 +54,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
typst-version: ${{ matrix.typst-version }}
|
typst-version: ${{ matrix.typst-version }}
|
||||||
|
|
||||||
|
- name: Install locally
|
||||||
|
run: just install-preview
|
||||||
|
|
||||||
- name: Run test suite
|
- name: Run test suite
|
||||||
run: just test
|
run: just test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user