Skip to content

Commit

Permalink
Fixed test file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Sep 17, 2024
1 parent b70712f commit 8995d7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-cm-script-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8995d7f

Please sign in to comment.