Skip to content

Commit

Permalink
Merge pull request #57 from pieces-app/fix-test-action
Browse files Browse the repository at this point in the history
fix pytest installation
  • Loading branch information
bishoy-at-pieces authored Sep 3, 2024
2 parents 5ee1588 + ad4a25f commit 2e346b9
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 73 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
pip install poetry -U
poetry install
- name: Show dependencies
run: poetry show

- name: Run the tests
run: pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
run: poetry run pytest

- name: Build and publish
if: startsWith(github.ref, 'refs/tags/v')
Expand Down
178 changes: 106 additions & 72 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e346b9

Please sign in to comment.