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>
This commit is contained in:
parent
c7a61d6418
commit
3b1cf79f62
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bsim-tests.yaml
vendored
4
.github/workflows/bsim-tests.yaml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
- "tests/bsim/**"
|
||||
- "boards/nordic/nrf5*/*dt*"
|
||||
- "dts/*/nordic/**"
|
||||
- "tests/bluetooth/common/testlib/**"
|
||||
- "tests/bluetooth/**"
|
||||
- "samples/bluetooth/**"
|
||||
- "boards/native/**"
|
||||
- "soc/native/**"
|
||||
|
@ -123,7 +123,7 @@ jobs:
|
|||
files: |
|
||||
samples/bluetooth/
|
||||
subsys/bluetooth/
|
||||
tests/bluetooth/common/testlib/
|
||||
tests/bluetooth/
|
||||
tests/bsim/bluetooth/
|
||||
|
||||
- name: Check if Networking files changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue