fix(ci): Add ENCRYPTION_KEY to test environment
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-02-07 17:28:15 -06:00
parent 9f0956d4a4
commit b9e1e3756e

View File

@@ -84,6 +84,7 @@ steps:
environment:
SKIP_ENV_VALIDATION: "true"
DATABASE_URL: "postgresql://test_user:test_password@postgres:5432/test_db?schema=public"
ENCRYPTION_KEY: "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
commands:
- *use_deps
- pnpm test