fixed tests env setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user