fix(tests): fixed test runtime errors regarding database connection

This commit is contained in:
ribardej
2025-11-11 15:05:44 +01:00
parent 1da927dc07
commit ff9cc712db
2 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ jobs:
MARIADB_DB: group_project
MARIADB_USER: appuser
MARIADB_PASSWORD: apppass
# Ensure the application uses MariaDB (async) during tests
DATABASE_URL: mysql+asyncmy://appuser:apppass@127.0.0.1:3306/group_project
steps:
- name: Check out repository code