refactor(workflow): silence tslog on CI server (#8753)

Follow up of #8751:

I forgot that we `cp backend/.env.template backend/.env` on our CI server. Now the CI is riddled with debug messages.
This commit is contained in:
Robert Schäfer 2025-07-10 20:08:32 +07:00 committed by GitHub
parent 714b53725f
commit c4a119f9db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@ services:
- AWS_ENDPOINT=http:/minio:9000
- AWS_REGION=local
- AWS_BUCKET=ocelot
- DEBUG=
volumes:
- ./coverage:/app/coverage