Skip to content

Commit

Permalink
ci: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Dec 19, 2023
1 parent 9f66f8d commit 6fd549c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sjtutex/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function runtest_tasks(name, run)
if run == 1 and fileexists(testdir .. "/" .. name .. ".bcf") then
return biberexe .. " " .. name .. " " .. biberopts
else
if run == 3 and fileexists(testdir .. "/" .. name .. ".pdf") then
if run == checkruns and fileexists(testdir .. "/" .. name .. ".pdf") then
-- save the pdf to the result dir
cp(name .. pdfext,testdir,resultdir)
end
Expand Down

0 comments on commit 6fd549c

Please sign in to comment.