Skip to content

Commit

Permalink
ci: Fix missing Wi-Fi tests
Browse files Browse the repository at this point in the history
These were missed when the driver is restructured and moved to nrfxlib.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and nordicjm committed Nov 8, 2023
1 parent abf0e67 commit d21847d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
- "nrf_802154/driver/**/*"
- "nrf_802154/serialization/**/*"
- "nrf_802154/sl/**/*"
- "nrf_wifi/**/*"
- any:
- "crypto/**/*"
- "!crypto/doc/**/*"
Expand Down Expand Up @@ -170,6 +171,7 @@
- "!crypto/*.rst"

"CI-wifi":
- "nrf_wifi/**/*"
- any:
- "crypto/**/*"
- "!crypto/doc/**/*"
Expand Down

0 comments on commit d21847d

Please sign in to comment.