Skip to content

Commit

Permalink
More verbose and a timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Nov 29, 2024
1 parent cab689d commit 006b1ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install the project dependencies
run: poetry install --only test -C meteor
- name: Run the automated tests (for example)
run: poetry run -C meteor pytest -s -v --cov=meteor --cov-report xml
run: poetry run -C meteor pytest -s -vv --cov=meteor --cov-report xml
timeout-minutes: 15
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 006b1ab

Please sign in to comment.