disable database query logs in github action

This commit is contained in:
Hongbo Wu
2023-10-09 12:49:07 +08:00
parent 8a8caa9c58
commit 0583eeb1f9
2 changed files with 7 additions and 2 deletions

View File

@ -109,6 +109,7 @@ jobs:
PG_PASSWORD: app_pass
PG_DB: omnivore_test
PG_POOL_MAX: 10
PG_LOGGER: debug
ELASTIC_URL: http://localhost:${{ job.services.elastic.ports[9200] }}/
REDIS_URL: redis://localhost:${{ job.services.redis.ports[6379] }}
build-docker-images: