We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfe8db commit 0604625Copy full SHA for 0604625
.github/jobs/configure-checks/all.bats
@@ -418,6 +418,7 @@ compile_assertions_finished () {
418
assert_line " * judgehost...........: /opt/domjudge/judgehost"
419
assert_line " * runguard group......: domjudge-run"
420
run make domserver
421
+ assert_regex "^.*cp -a vendor/nelmio/api-doc-bundle/public/\* public/bundles/nelmioapidoc.*$"
422
assert_success
423
run make judgehost
424
0 commit comments