File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 5757 uses : ./.github/actions/checkout-submodules-and-bootstrap
5858 with :
5959 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/**'
7360 - name : Update NCS recommended version (workflow_dispatch)
7461 if : github.event_name == 'workflow_dispatch'
7562 run : |
9885 scripts/run_in_build_env.sh 'pip3 install -r scripts/setup/requirements.nrfconnect.txt'
9986 scripts/run_in_build_env.sh "./scripts/tools/nrfconnect/tests/test_generate_factory_data.py"
10087 - 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'
10288 run : |
10389 scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target nrf-native-sim-tests build"
10490 - name : Uploading Failed Test Logs
You can’t perform that action at this time.
0 commit comments