fix(tests): fixed testing DB deployment

This commit is contained in:
ribardej
2025-10-29 14:07:06 +01:00
parent edb4dfd147
commit 65957d78ec

View File

@@ -71,5 +71,10 @@ jobs:
working-directory: ./7project/backend working-directory: ./7project/backend
- name: Run tests with pytest - name: Run tests with pytest
env:
MARIADB_HOST: mariadb
MARIADB_DB: group_project # Make sure this matches the service DB
MARIADB_USER: appuser
MARIADB_PASSWORD: apppass
run: pytest run: pytest
working-directory: ./7project/backend working-directory: ./7project/backend