test: force Turnstile test mode in CI
Some checks failed
CI / lint (push) Successful in 9s
CI / type-check (push) Successful in 16s
CI / test (push) Failing after 2m7s

This commit is contained in:
Bu5hm4nn
2026-04-08 16:47:37 +02:00
parent 52f883fa8f
commit eb262189cf
3 changed files with 30 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ jobs:
runs-on: [linux, docker]
container:
image: mcr.microsoft.com/playwright:v1.58.0-noble
env:
APP_ENV: test
steps:
- uses: actions/checkout@v4
- name: Set up Python