Skip to content

Commit 94553a3

Browse files
committed
Update "continuous-integration-quality-unit-tests.yml" file.
1 parent 14afaae commit 94553a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-quality-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
shell: bash
4949
- name: Test with Pytest
5050
run: |
51-
poetry run python -W ignore -m py.test --disable-warnings --doctest-modules --ignore=$CI_PACKAGE/examples --cov=$CI_PACKAGE $CI_PACKAGE
51+
poetry run python -W ignore -m pytest --disable-warnings --doctest-modules --ignore=$CI_PACKAGE/examples --cov=$CI_PACKAGE $CI_PACKAGE
5252
shell: bash
5353
- name: Upload Coverage to coveralls.io
5454
run: |

0 commit comments

Comments
 (0)