We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc782a commit 00e7e54Copy full SHA for 00e7e54
scripts/ci/tags.yaml
@@ -1050,3 +1050,13 @@ ci_tests_lib_modem_battery:
1050
- nrf/lib/modem_battery/
1051
- nrf/tests/lib/modem_battery/
1052
- nrf/tests/unity/
1053
+
1054
+ci_tests_lib_sms:
1055
+ files:
1056
+ - nrf/lib/at_cmd_parser/
1057
+ - nrf/lib/at_monitor/
1058
+ - nrf/lib/lte_link_control/
1059
+ - nrf/lib/sms/
1060
+ - nrf/tests/lib/sms/
1061
+ - nrf/tests/mocks/nrf_modem_at/
1062
+ - nrf/tests/unity/
tests/lib/sms/testcase.yaml
@@ -1,7 +1,7 @@
1
tests:
2
unity.sms_test:
3
sysbuild: true
4
- tags: sms sysbuild
+ tags: sms sysbuild ci_tests_lib_sms
5
platform_allow: native_posix
6
integration_platforms:
7
- native_posix
0 commit comments