Skip to content

Commit 2c3f0a0

Browse files
adigienordicjm
authored andcommitted
[nrf noup] Always run Zephyr native tests
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent d657250 commit 2c3f0a0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/examples-nrfconnect.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,6 @@ jobs:
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: |
@@ -98,7 +85,6 @@ jobs:
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

0 commit comments

Comments
 (0)