File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 5151 repository : ${{ env.REGISTRY_REPO }}
5252 token : ${{ secrets.REGISTRY_TOKEN }}
5353 path : typst-packages
54+ sparse-checkout : ${{ env.PATH_PREFIX }}/${{ env.PKG_NAME }}/${{ env.PKG_VERSION }}
5455
5556 - name : Release package
5657 run : |
Original file line number Diff line number Diff line change @@ -28,10 +28,15 @@ jobs:
2828 - name : Checkout
2929 uses : actions/checkout@v4
3030
31- - name : Install just and tytanic
31+ - name : Install just
3232 uses : taiki-e/install-action@v2
3333 with :
34- tool : just,tytanic@${{ matrix.typst-version.tytanic }}
34+ tool : just
35+
36+ - name : Install tytanic
37+ uses : typst-community/setup-tytanic@v1
38+ with :
39+ tytanic-version : ${{ matrix.typst-version.tytanic }}
3540
3641 - name : Setup typst
3742 id : setup-typst
Original file line number Diff line number Diff line change 1414
1515# run test suite
1616test * args :
17- tt run {{ args }}
17+ tt run --no-fail-fast {{ args }}
1818
1919# update test cases
2020update * args :
You can’t perform that action at this time.
0 commit comments