Skip to content

Commit d82b718

Browse files
author
Bartłomiej Rasztabiga
committed
Fix CI
1 parent a9af0e1 commit d82b718

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/main.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,5 @@ jobs:
3636
- name: Install Python dependencies
3737
run: sudo pip install -r requirements.txt
3838

39-
- name: Generate test cases
40-
run: scons generate_tests
41-
42-
- name: Generate PDF file
43-
run: cp test/${{matrix.lang}}/${{matrix.faculty}}/${{matrix.thesis}}.textest main.tex && scons all
44-
45-
- name: Verify build with referential text
46-
run: |
47-
scons test pdf=build/pdfs/${{matrix.compiler}}.pdf \
48-
ref=test/${{matrix.lang}}/${{matrix.faculty}}/${{matrix.thesis}}_${{matrix.compiler}}.txt
39+
- name: Build PDF file
40+
run: scons all

0 commit comments

Comments
 (0)