File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 6868 with :
6969 fetch-depth : 0
7070
71+ - name : Set up Python
72+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
73+ with :
74+ python-version : 3.12
75+ cache : pip
76+ cache-dependency-path : scripts/requirements-actions.txt
77+
78+ - name : Install Python packages
79+ run : |
80+ pip install -r scripts/requirements-actions.txt --require-hashes
81+
7182 - name : west setup
7283 run : |
7384 west init -l . || true
@@ -104,7 +115,7 @@ jobs:
104115 export ZEPHYR_BASE=${PWD}
105116 export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
106117 mkdir -p coverage/reports
107- ./scripts/twister -E ${{matrix.normalized}}-testplan.json
118+ ./scripts/twister --save-tests ${{matrix.normalized}}-testplan.json
108119 ls -la
109120 ./scripts/twister \
110121 -i --force-color -N -v --filter runnable -p ${{ matrix.platform }} --coverage \
You can’t perform that action at this time.
0 commit comments