We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9af0e1 commit d82b718Copy full SHA for d82b718
.github/workflows/main.yml
@@ -36,13 +36,5 @@ jobs:
36
- name: Install Python dependencies
37
run: sudo pip install -r requirements.txt
38
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
+ - name: Build PDF file
+ run: scons all
0 commit comments