Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartłomiej Rasztabiga committed Jan 8, 2025
1 parent a9af0e1 commit d82b718
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,5 @@ jobs:
- name: Install Python dependencies
run: sudo pip install -r requirements.txt

- name: Generate test cases
run: scons generate_tests

- name: Generate PDF file
run: cp test/${{matrix.lang}}/${{matrix.faculty}}/${{matrix.thesis}}.textest main.tex && scons all

- name: Verify build with referential text
run: |
scons test pdf=build/pdfs/${{matrix.compiler}}.pdf \
ref=test/${{matrix.lang}}/${{matrix.faculty}}/${{matrix.thesis}}_${{matrix.compiler}}.txt
- name: Build PDF file
run: scons all

0 comments on commit d82b718

Please sign in to comment.