[fix] build workflows of the themes

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2025-01-15 17:26:45 +01:00 committed by Markus Heiser
parent e4f8f0483f
commit 15d0e274b3
7 changed files with 66 additions and 31 deletions

View file

@ -89,7 +89,6 @@ test.robot() {
dump_return $?
}
test.rst() {
build_msg TEST "[reST markup] ${RST_FILES[*]}"
@ -98,6 +97,12 @@ test.rst() {
done
}
test.themes() {
build_msg TEST 'SearXNG themes'
themes.test
dump_return $?
}
test.pybabel() {
TEST_BABEL_FOLDER="build/test/pybabel"
build_msg TEST "[extract messages] pybabel"