Skip to content

Commit 8f45a59

Browse files
committed
fix pytest execution
1 parent cdfee14 commit 8f45a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onpush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: poetry install
2929
- name: Run tests
30-
run: poetry run pytest --junitxml=test-unit.xml --cov=cyber_connectors --cov-report=term-missing:skip-covered --cov-report xml:cov.xml -vv tests/unit | tee pytest-coverage.txt
30+
run: poetry run pytest --junitxml=test-unit.xml --cov=cyber_connectors --cov-report=term-missing:skip-covered --cov-report xml:cov.xml -vv tests | tee pytest-coverage.txt
3131
- name: Publish Test Report
3232
uses: mikepenz/action-junit-report@v3
3333
if: always() # always run even if the previous step fails

0 commit comments

Comments
 (0)