fixed run-ci script
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 9s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 9s
Details
This commit is contained in:
parent
5058a407ff
commit
6bda6ba539
|
@ -13,4 +13,4 @@ jobs:
|
||||||
- name: Install Typst CLI
|
- name: Install Typst CLI
|
||||||
run: curl -fsSL https://typst.community/typst-install/install.sh | sh
|
run: curl -fsSL https://typst.community/typst-install/install.sh | sh
|
||||||
- name: Run CI
|
- name: Run CI
|
||||||
run: bash -c run-ci.sh
|
run: bash -c ./run-ci.sh
|
||||||
|
|
|
@ -9,6 +9,7 @@ function abort() {
|
||||||
|
|
||||||
echo "Running tests..."
|
echo "Running tests..."
|
||||||
|
|
||||||
|
echo "Running test local-import..."
|
||||||
typst compile tests/local-import/main.typ --root . || abort "local-import"
|
typst compile tests/local-import/main.typ --root . || abort "local-import"
|
||||||
|
|
||||||
echo "Tests completed successfully"
|
echo "Tests completed successfully"
|
||||||
|
|
Loading…
Reference in New Issue