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