From 78f3849325fadfc03d217e2a4eb00afea9ef97a4 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Mon, 28 Feb 2022 07:28:10 +0100 Subject: [PATCH] test gh actions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a399b2..07c7f41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,7 +87,7 @@ jobs: env: DATABASE_DRIVER: postgres - TYPEORM_CONNECTION: postgresql + TYPEORM_CONNECTION: postgres TYPEORM_HOST: postgres TYPEORM_PORT: 3306 TYPEORM_USERNAME: root @@ -105,7 +105,7 @@ jobs: env: DATABASE_DRIVER: mariadb - TYPEORM_CONNECTION: mysql + TYPEORM_CONNECTION: mariadb TYPEORM_HOST: mariadb TYPEORM_PORT: 3306 TYPEORM_USERNAME: root