From dc14f5531999b315604c8073b0a6277ad7508fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gim=C3=A9nez=20Mu=C3=B1oz?= Date: Fri, 1 Mar 2024 08:53:38 +0100 Subject: [PATCH] No test file exit. --- .github/workflows/integration.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 0730340..a03baf3 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -27,16 +27,7 @@ jobs: uses: mkpoli/compile-typst-action@main with: source_paths: "examples/exam-localization.typ examples/exam-minimal.typ" - root_path: '.' - - # - name: Check existence of output file - # run: | - # test -e "examples/exam-001.pdf" - # test -e "examples/exam-002.pdf" - # test -e "examples/exam-003.pdf" - # test -e "examples/exam-004.pdf" - # test -e "examples/exam-localization.pdf" - # test -e "examples/exam-minimal.pdf" + root_path: '.' - name: Upload PDF file uses: actions/upload-artifact@v3