From e9e291b9b9fb38441812b3fa2b479d887dd4ef31 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 14:07:39 +0000 Subject: [PATCH] Fix CI pipeline: use test_pdf instead of test target in workflow Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8ca0a6..af5e201 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,6 +43,6 @@ jobs: - name: Verify build with referential text run: | - scons test pdf=build/pdfs/${{matrix.compiler}}.pdf \ + scons test_pdf pdf=build/pdfs/${{matrix.compiler}}.pdf \ ref=test/${{matrix.lang}}/${{matrix.faculty}}/${{matrix.thesis}}_${{matrix.compiler}}.txt working-directory: latex