Skip to content

Commit

Permalink
Update test-cm-script-features.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Sep 20, 2024
1 parent 90aa4cf commit bb17c6d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test-cm-script-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,12 @@ jobs:
python -m pip install cmind
cm pull repo --url=${{ github.event.pull_request.head.repo.html_url }} --checkout=${{ github.event.pull_request.head.ref }}
cm run script --quiet --tags=get,sys-utils-cm
- name: Setup docker on macos
if: runner.os =='macos'
- name: Run test_docker on linux
if: runner.os == 'linux'
run: |
brew upgrade
brew install --cask docker
brew install docker colima
colima start
python script/test-cm-core/src/script/test_docker.py
- 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

0 comments on commit bb17c6d

Please sign in to comment.