Skip to content

Commit 728ebae

Browse files
committed
fix: pytest command
1 parent c7b7a71 commit 728ebae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
API_KEY: ${{ secrets.API_KEY }}
3030
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
3131
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
32-
run: pytest -v --timeout=60 --cov=app --cov-report=term-missing | tee pytest-coverage.txt
32+
run: pytest --cov=app --cov-report=term-missing | tee pytest-coverage.txt
3333

3434
- name: Pytest coverage comment
3535
uses: MishaKav/pytest-coverage-comment@main

0 commit comments

Comments
 (0)