File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 98
98
working_directory : test/
99
99
compiler : arara
100
100
args : " --verbose"
101
+ - name : Compile LaTeX document with continue_on_error
102
+ uses : ./
103
+ with :
104
+ root_file : |
105
+ error.tex
106
+ not_error.tex
107
+ working_directory : test/
108
+ continue_on_error : true
109
+ continue-on-error : true
101
110
# https://github.com/xu-cheng/latex-action/issues/16
102
111
- name : Test Action with Github Default Template
103
112
uses : ./
@@ -145,6 +154,7 @@ jobs:
145
154
file test/extra_fonts.pdf | grep -q ' PDF '
146
155
file test/graphviz.pdf | grep -q ' PDF '
147
156
file test/abc.pdf | grep -q ' PDF '
157
+ file test/not_error.pdf | grep -q ' PDF '
148
158
- name : Upload
149
159
uses : actions/upload-artifact@v3
150
160
with :
Original file line number Diff line number Diff line change
1
+ \invalidcommand
Original file line number Diff line number Diff line change
1
+ test.tex
You can’t perform that action at this time.
0 commit comments