mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
fix testing of healthz endpoint
This commit is contained in:
parent
a868dccc10
commit
cb14ac5f91
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ test:gotest:
|
|||
DB_HOST: ${POSTGRES_HOST}
|
||||
DB_USER: ${POSTGRES_USER}
|
||||
DB_PASS: ${POSTGRES_PASSWORD}
|
||||
AMQP_URL: ${AMQP_URL}
|
||||
MODE: test
|
||||
tags:
|
||||
- docker
|
||||
|
@ -160,6 +161,7 @@ test:healthz:
|
|||
extends: test:database
|
||||
variables:
|
||||
TEST_FOLDER: routes/healthz
|
||||
AMQP_URL: ${AMQP_URL}
|
||||
|
||||
# Stage: deploy
|
||||
##############################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue