From 09137d16acd6a3cfffa6d1fc5e9a861b0dcec2d8 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 15 Apr 2025 20:01:19 +0200 Subject: [PATCH] ci: bsim-tests: Add missing path to trigger BT tests Also trigger the bluetooth tests if tests/bluetooth/common/testlib/ is changed. Signed-off-by: Alberto Escolar Piedras --- .github/workflows/bsim-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bsim-tests.yaml b/.github/workflows/bsim-tests.yaml index ed6ca0c7661..951adc4d267 100644 --- a/.github/workflows/bsim-tests.yaml +++ b/.github/workflows/bsim-tests.yaml @@ -121,9 +121,10 @@ jobs: id: check-bluetooth-files with: files: | - tests/bsim/bluetooth/ samples/bluetooth/ subsys/bluetooth/ + tests/bluetooth/common/testlib/ + tests/bsim/bluetooth/ - name: Check if Networking files changed uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46.0.3