fixed tests env setup
Some checks failed
Build and Deploy Demo App / test (push) Failing after 10s
Build and Deploy Demo App / build (push) Has been skipped
Build and Deploy Demo App / scan (push) Has been skipped
Build and Deploy Demo App / deploy (push) Has been skipped

This commit is contained in:
2025-11-26 11:22:07 +03:30
parent a7940b2044
commit b3a9f19501
3 changed files with 18 additions and 11 deletions

View File

@@ -18,7 +18,11 @@ jobs:
- name: Install deps
run: pip install -r requirements.txt
- name: Run tests
run: pytest tests.py
env:
DB_USER: '' # Empty to force SQLite fallback
DB_PASS: ''
DB_NAME: ''
run: pytest
build:
needs: test