File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 46
46
include :
47
47
- device : cia-trd-thingy91x
48
48
- device : ppk_thingy91x
49
+ if : ${{ inputs.pytest_marker == 'no_markers_flag' || inputs.pytest_marker == 'not slow' || inputs.pytest_marker == 'slow' }}
49
50
50
51
# Self-hosted runner is labeled according to the device it is linked with
51
52
runs-on : ${{ matrix.device }}
@@ -119,11 +120,11 @@ jobs:
119
120
echo pytest -v "${pytest_marker_arg[@]}"
120
121
121
122
if [[ '${{ matrix.device }}' == 'ppk_thingy91x' ]]; then
122
- # For PPK device, only run test_power.py
123
+ # For PPK device, only run tests/test_ppk
123
124
pytest -v "${pytest_marker_arg[@]}" \
124
125
--junit-xml=results/test-results.xml \
125
126
--html=results/test-results.html --self-contained-html \
126
- tests/test_ppk/test_power.py
127
+ tests/test_ppk
127
128
else
128
129
pytest -v "${pytest_marker_arg[@]}" \
129
130
--junit-xml=results/test-results.xml \
You can’t perform that action at this time.
0 commit comments