Skip to content

Commit

Permalink
tests: silence checks for all operations, add webauthn
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 10, 2024
1 parent febe0a9 commit 57435d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test-checks
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
docker compose exec -T \
--user weblate \
--env WEBLATE_SILENCED_SYSTEM_CHECKS=weblate.E003,weblate.E011,weblate.E012,weblate.E013,weblate.E017,security.W004,security.W008,security.W012,security.W018,weblate.I021,weblate.E016,weblate.I028,weblate.C030 \
weblate weblate check --deploy --fail-level WARNING
1 change: 1 addition & 0 deletions test-generate
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
environment:
WEBLATE_TIME_ZONE: Europe/Prague
WEBLATE_SITE_DOMAIN: test.example.com
WEBLATE_SILENCED_SYSTEM_CHECKS: weblate.E003,weblate.E011,weblate.E012,weblate.E013,weblate.E017,security.W004,security.W008,security.W012,security.W018,weblate.I021,weblate.E016,weblate.I028,weblate.C030,otp_webauthn.E031
${TEST_EXTRA_ENV}
ports:
- 8080:8080
Expand Down

0 comments on commit 57435d5

Please sign in to comment.