Mirrored from GitHub github.com/roostorg/coop

ci: stop logging every DB query in test runs (#888) master

* ci: stop logging every DB query in test runs Set DATABASE_PRINT_LOGS=false in .env.githubci (used by the docker-compose `test` service for unit/integration tests) and comment it out in server/.env.example (copied to server/.env by the e2e workflow) so the default is off. Kysely still logs query errors regardless, so failures remain visible; this only suppresses the per-query SQL/params/duration spam that made CI logs unreadable. Co-Authored-By: pi <pi@earendil-works> * ci: drop redundant comment in server/.env.example Co-Authored-By: pi <pi@earendil-works> --------- Co-authored-by: pi <pi@earendil-works> Co-authored-by: Cassidy James <cassidyjames@roost.tools>


Author Tao Bojlén Co-author piCo-author Cassidy James Committer GitHub Date Commit b50b60d2 Parent b1e6fb12
+2 -2
2 changed files