Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolania committed Dec 23, 2024
1 parent fdab586 commit 55f1a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

- name: Run integration tests
run: |
source .venv/bin/activate
pytest tests/integration/ --cov=./ --cov-report=xml
- name: Build package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

- name: Run Unit tests
run: |
source .venv/bin/activate
pytest tests/unit/ --cov=./ --cov-report=xml
- name: Build package
Expand Down

0 comments on commit 55f1a91

Please sign in to comment.