feature/templae-rewrite #8

Merged
servostar merged 13 commits from feature/templae-rewrite into main 2024-07-01 18:21:30 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 6bda6ba539 - Show all commits

View File

@ -13,4 +13,4 @@ jobs:
- name: Install Typst CLI
run: curl -fsSL https://typst.community/typst-install/install.sh | sh
- name: Run CI
run: bash -c run-ci.sh
run: bash -c ./run-ci.sh

1
run-ci.sh Normal file → Executable file
View File

@ -9,6 +9,7 @@ function abort() {
echo "Running tests..."
echo "Running test local-import..."
typst compile tests/local-import/main.typ --root . || abort "local-import"
echo "Tests completed successfully"