Skip to content

Commit

Permalink
add tests runner to the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoy-at-pieces committed Sep 3, 2024
1 parent cb3198e commit 3af5c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
pip install poetry -U
poetry install
- name: Run the tests
run: pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html

- name: Build and publish
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 3af5c13

Please sign in to comment.