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 68
68
with :
69
69
fetch-depth : 0
70
70
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
+
71
82
- name : west setup
72
83
run : |
73
84
west init -l . || true
@@ -104,7 +115,7 @@ jobs:
104
115
export ZEPHYR_BASE=${PWD}
105
116
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
106
117
mkdir -p coverage/reports
107
- ./scripts/twister -E ${{matrix.normalized}}-testplan.json
118
+ ./scripts/twister --save-tests ${{matrix.normalized}}-testplan.json
108
119
ls -la
109
120
./scripts/twister \
110
121
-i --force-color -N -v --filter runnable -p ${{ matrix.platform }} --coverage \
You can’t perform that action at this time.
0 commit comments