Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoy-at-pieces committed Sep 3, 2024
1 parent 99a3bf5 commit a33e2da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
pip install poetry -U
poetry install
- name: Show dependencies
run: poetry show

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

Expand Down

0 comments on commit a33e2da

Please sign in to comment.