test: add i18n smoke test

Makes sure that all of the languages that Anubis supports show up when
the challenge page is sent to a client.

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-18 17:13:26 +00:00
parent c59b7179c3
commit f0b0acc953
7 changed files with 286 additions and 52 deletions

View File

@@ -17,6 +17,7 @@ jobs:
- git-clone
- git-push
- healthcheck
- i18n
runs-on: ubuntu-24.04
steps:
- name: Checkout code