File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 57
57
uses : ./.github/actions/checkout-submodules-and-bootstrap
58
58
with :
59
59
platform : nrfconnect
60
- - name : Detect changed paths
61
- uses : dorny/paths-filter@v3
62
- id : changed_paths
63
- with :
64
- filters : |
65
- nrfconnect:
66
- - '**/nrfconnect/**'
67
- - '**/Zephyr/**'
68
- - '**/zephyr/**'
69
- tests:
70
- - '**/tests/**'
71
- shell:
72
- - 'examples/shell/nrfconnect/**'
73
60
- name : Update NCS recommended version (workflow_dispatch)
74
61
if : github.event_name == 'workflow_dispatch'
75
62
run : |
98
85
scripts/run_in_build_env.sh 'pip3 install -r scripts/setup/requirements.nrfconnect.txt'
99
86
scripts/run_in_build_env.sh "./scripts/tools/nrfconnect/tests/test_generate_factory_data.py"
100
87
- name : Run unit tests for Zephyr native_posix_64 platform
101
- if : github.event_name == 'push' || steps.changed_paths.outputs.tests == 'true' || steps.changed_paths.outputs.nrfconnect == 'true'
102
88
run : |
103
89
scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target nrf-native-sim-tests build"
104
90
- name : Uploading Failed Test Logs
You can’t perform that action at this time.
0 commit comments