Fix CI pipeline: use test_pdf instead of test target in workflow

Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-15 14:01:28 +00:00
parent 156f4e5de6
commit 699687999f

View File

@ -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