Lines Matching +full:west +full:- +full:commnads
2 # SPDX-License-Identifier: Apache-2.0
4 name: Zephyr West Command Tests
9 - main
10 - v*-branch
11 - collab-*
13 - 'scripts/west-commands.yml'
14 - 'scripts/west_commands/**'
15 - '.github/workflows/west_cmds.yml'
18 - main
19 - v*-branch
20 - collab-*
22 - 'scripts/west-commands.yml'
23 - 'scripts/west_commands/**'
24 - '.github/workflows/west_cmds.yml'
27 west-commnads:
28 name: West Command Tests
29 runs-on: ${{ matrix.os }}
32 python-version: ['3.10', '3.11', '3.12', '3.13']
33 os: [ubuntu-22.04, macos-14, windows-2022]
35 - name: checkout
37 - name: Set up Python ${{ matrix.python-version }}
38 uses: actions/setup-python@v5
40 python-version: ${{ matrix.python-version }}
41 - name: cache-pip-linux
46 key: ${{ runner.os }}-pip-${{ matrix.python-version }}
47 restore-keys: |
48 ${{ runner.os }}-pip-${{ matrix.python-version }}
49 - name: cache-pip-mac
54 # Trailing '-' was just to get a different cache name
55 key: ${{ runner.os }}-pip-${{ matrix.python-version }}-
56 restore-keys: |
57 ${{ runner.os }}-pip-${{ matrix.python-version }}-
58 - name: cache-pip-win
63 key: ${{ runner.os }}-pip-${{ matrix.python-version }}
64 restore-keys: |
65 ${{ runner.os }}-pip-${{ matrix.python-version }}
66 - name: install pytest
68 …pip install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial anyt…
69 - name: run pytest-win
73 - name: run pytest-mac-linux