Skip to content

Commit 7656d70

Browse files
committed
fix: trying to fix tests
1 parent 2b406a0 commit 7656d70

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: [3.12]
15-
1615
steps:
1716
- name: Checkout repository
1817
uses: actions/checkout@v3
@@ -45,5 +44,8 @@ jobs:
4544
run: uv run ruff check src/
4645

4746
- name: Run tests
47+
env:
48+
# Для CI подставляем тестовые значения
49+
MAIL_USERNAME: test@example.com
50+
MAIL_PASSWORD: testpass
4851
run: uv run pytest -v src/tests
49-

0 commit comments

Comments
 (0)