Skip to content

Commit 7a0e00f

Browse files
committed
Fixes module name
1 parent c0bd8b4 commit 7a0e00f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tool-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ jobs:
4545
run: python -m prospector
4646

4747
- name: Unit tests for "Common tools"
48-
run: coverage run -m pytest pytest -q packaging_automation/tests/test_common_tool_methods.py
48+
run: coverage run -m pytest -q packaging_automation/tests/test_common_tool_methods.py
4949

5050
- name: Unit tests for "Update Package Properties"
51-
run: coverage run -m pytest pytest -q packaging_automation/tests/test_update_package_properties.py
51+
run: coverage run -m pytest -q packaging_automation/tests/test_update_package_properties.py
5252

5353
- name: Unit tests for "Prepare Release"
54-
run: coverage run -m pytest pytest -q packaging_automation/tests/test_prepare_release.py
54+
run: coverage run -m pytest -q packaging_automation/tests/test_prepare_release.py
5555

5656
- name: Unit tests for "Update Docker"
57-
run: coverage run -m pytest pytest -q packaging_automation/tests/test_update_docker.py
57+
run: coverage run -m pytest -q packaging_automation/tests/test_update_docker.py
5858

5959
- name: Unit tests for "Update Pgxn"
60-
run: coverage run -m pytest pytest -q packaging_automation/tests/test_update_pgxn.py
60+
run: coverage run -m pytest -q packaging_automation/tests/test_update_pgxn.py
6161

6262
- name: Packaging Warning Handler
63-
run: coverage run -m pytest pytest -q packaging_automation/tests/test_packaging_warning_handler.py
63+
run: coverage run -m pytest -q packaging_automation/tests/test_packaging_warning_handler.py

0 commit comments

Comments
 (0)