Skip to content

Commit 53b084d

Browse files
nordic-piksnordicjm
authored andcommitted
tests: unity: add ci tag
ci_tests_unity Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 2eff640 commit 53b084d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

scripts/ci/tags.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,3 +1113,9 @@ ci_tests_drivers_flash:
11131113
- nrf/tests/drivers/flash/
11141114
- nrfxlib/nrf_rpc/
11151115
- zephyr/drivers/flash/
1116+
1117+
ci_tests_unity:
1118+
files:
1119+
- nrf/tests/unity/
1120+
- ncs/test/cmock/
1121+
- test/cmock/

tests/unity/example_test/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tests:
22
unity.example_test:
33
sysbuild: true
4-
tags: example sysbuild
4+
tags: example sysbuild ci_tests_unity
55
integration_platforms:
66
- native_posix
77
platform_allow:

tests/unity/wrap_test/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tests:
22
unity.wrap_test:
33
sysbuild: true
4-
tags: wrap_test sysbuild
4+
tags: wrap_test sysbuild ci_tests_unity
55
platform_allow:
66
- native_posix
77
integration_platforms:

0 commit comments

Comments
 (0)