add test var

This commit is contained in:
vee1e 2026-06-02 12:16:26 +05:30
parent 6d1da0ec2e
commit d247ab12a2
No known key found for this signature in database
GPG key ID: EB498AFC60A7A01A

View file

@ -25,6 +25,8 @@ jobs:
pip install -r backend/requirements.txt
- name: Run pytest
env:
MONGODB_URL: ${{ vars.MONGODB_URL }}
run: |
python -m pytest tests/backend -q