We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b7698a + f75cec8 commit eff86a2Copy full SHA for eff86a2
1 file changed
.github/workflows/ci.yml
@@ -40,13 +40,16 @@ jobs:
40
pip install -r requirements.txt
41
pip install pytest pytest-asyncio pytest-cov
42
43
+ - name: Set PYTHONPATH
44
+ run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)/Нурканат_Алиар_CICD_15" >> $GITHUB_ENV
45
+
46
- name: Run tests
47
env:
48
DATABASE_URL: postgresql+asyncpg://lineskin:altel8708@localhost:5432/lineskin
49
REDIS_URL: redis://localhost:6379/0
50
SECRET_KEY: test-secret-key-1234567890
51
run: |
- pytest -v --cov=./ --cov-report=xml
52
+ python -m pytest Нурканат_Алиар_CICD_15/tests/test_auth.py -v
53
54
- name: Upload coverage to Codecov
55
uses: codecov/codecov-action@v3
0 commit comments