mirror of
https://github.com/kuhyx/praca_magisterska.git
synced 2026-07-04 13:43:05 +02:00
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:
parent
e36f6eaec0
commit
e9e291b9b9
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user