Skip to content

Commit d533ae5

Browse files
authored
Merge pull request #9 from ionet-official/fix-pytest-command
fix: pytest command
2 parents c7b7a71 + 728ebae commit d533ae5

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)