From 699687999f877e6ae63c155921b3121f4f50e6a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 14:01:28 +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