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 717649c commit 781535f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-cm-script-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12", "3.11", "3.8"]
python-version: ["3.12", "3.8"]
on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: "${{ matrix.on }}"
steps:
Expand All @@ -35,9 +35,12 @@ jobs:
cd cm
python -m pip install .
cm init
- name: Run test_docker on linux
if: runner.os == 'linux'
run: |
python script/test-cm-core/src/script/test_docker.py
- name: Test CM Script Features
run: |
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 781535f

Please sign in to comment.