diff --git a/.github/workflows/test-cm-script-features.yml b/.github/workflows/test-cm-script-features.yml index 02120d666..65c9fba4d 100644 --- a/.github/workflows/test-cm-script-features.yml +++ b/.github/workflows/test-cm-script-features.yml @@ -37,7 +37,7 @@ jobs: cm init - name: Test CM Script Features run: | - python script/test-cm-core/src/script/test_deps.py - python script/test-cm-core/src/script/test_install.py - python script/test-cm-core/src/script/test_docker.py - python script/test-cm-core/src/script/test_features.py + python tests/script/test_deps.py + python tests/script/test_install.py + python tests/script/test_docker.py + python tests/script/test_features.py