chore(cicd): use a special database for each unit test

This commit is contained in:
Ludovic DEHON
2024-02-05 21:34:26 +01:00
parent 9e615c45b7
commit 4a40214065
4 changed files with 86 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ services:
mysql:
image: mysql
environment:
MYSQL_DATABASE: kestra
MYSQL_DATABASE: kestra_unit
MYSQL_USER: kestra
MYSQL_PASSWORD: k3str4
MYSQL_ROOT_PASSWORD: "p4ssw0rd"
@@ -15,7 +15,7 @@ services:
postgres:
image: postgres
environment:
POSTGRES_DB: kestra
POSTGRES_DB: kestra_unit
POSTGRES_USER: kestra
POSTGRES_PASSWORD: k3str4
ports: