Skip to content

Commit 3b1cf79

Browse files
aescolarkartben
authored andcommitted
ci: bsim tests: Trigger on any change on tests/bluetooth
As time passes we are adding more babblesim tests which depend on code/ tests from tests/bluetooth just like we have many based on samples from samples/bluetooth. Let's also trigger the Babblesim CI job when anything changes in tests/bluetooth, instead of trying to pinpoint the specific folders we use, as otherwise every now and then we have coverage holes and issues are introduced in main. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent c7a61d6 commit 3b1cf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bsim-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "tests/bsim/**"
1111
- "boards/nordic/nrf5*/*dt*"
1212
- "dts/*/nordic/**"
13-
- "tests/bluetooth/common/testlib/**"
13+
- "tests/bluetooth/**"
1414
- "samples/bluetooth/**"
1515
- "boards/native/**"
1616
- "soc/native/**"
@@ -123,7 +123,7 @@ jobs:
123123
files: |
124124
samples/bluetooth/
125125
subsys/bluetooth/
126-
tests/bluetooth/common/testlib/
126+
tests/bluetooth/
127127
tests/bsim/bluetooth/
128128
129129
- name: Check if Networking files changed

0 commit comments

Comments
 (0)