From bb17c6dab172c4d5db733abd21d5f79f071da440 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Fri, 20 Sep 2024 13:11:10 +0100 Subject: [PATCH] Update test-cm-script-features.yml --- .github/workflows/test-cm-script-features.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-cm-script-features.yml b/.github/workflows/test-cm-script-features.yml index 68bcb8a82..ec0c1c7a9 100644 --- a/.github/workflows/test-cm-script-features.yml +++ b/.github/workflows/test-cm-script-features.yml @@ -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