Skip to content

Commit

Permalink
CI: fixing path to run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fcogollo-BT committed Feb 14, 2025
1 parent ec157c6 commit 7908fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Running integration tests
run: |
python3 -m coverage run -m unittest discover tests/integration -v -p 'test_*.py'
python3 -m coverage run -m unittest discover tests/unit -v -p 'test_*.py'
python3 -m coverage report
python3 -m coverage xml
Expand Down

0 comments on commit 7908fd6

Please sign in to comment.