From d21847dda8c7033b88e7ebd3e1607ae0b57deaf8 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Wed, 8 Nov 2023 00:58:22 +0530 Subject: [PATCH] ci: Fix missing Wi-Fi tests These were missed when the driver is restructured and moved to nrfxlib. Signed-off-by: Chaitanya Tata --- .github/test-spec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index 1524401322..53999e5bdd 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -116,6 +116,7 @@ - "nrf_802154/driver/**/*" - "nrf_802154/serialization/**/*" - "nrf_802154/sl/**/*" + - "nrf_wifi/**/*" - any: - "crypto/**/*" - "!crypto/doc/**/*" @@ -170,6 +171,7 @@ - "!crypto/*.rst" "CI-wifi": + - "nrf_wifi/**/*" - any: - "crypto/**/*" - "!crypto/doc/**/*"