Skip to content

Commit

Permalink
Let's try to debug pytest on action
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Nov 29, 2024
1 parent 21c1dde commit eed7f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 --cov=meteor --cov-report xml
run: poetry run -C meteor pytest -s -v --cov=meteor --cov-report xml
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit eed7f54

Please sign in to comment.