fixed run-ci script
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 9s Details

This commit is contained in:
Sven Vogel 2024-07-01 19:25:45 +02:00
parent 5058a407ff
commit 6bda6ba539
2 changed files with 2 additions and 1 deletions

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"