ci: do not skip BT simulator tests
BT simulator tests run standalone and independent of sanitycheck and might be triggered by tests that are not managed by sanitycheck, so leave it alone. Fixes #26508 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a6e7d95a26
commit
33c21e1f7d
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ if [ -n "$main_ci" ]; then
|
|||
$short_git_log
|
||||
|
||||
|
||||
if [ -n "${BSIM_OUT_PATH}" -a -d "${BSIM_OUT_PATH}" -a "$SC" == "full" ]; then
|
||||
if [ -n "${BSIM_OUT_PATH}" -a -d "${BSIM_OUT_PATH}" ]; then
|
||||
echo "Build and run BT simulator tests"
|
||||
# Run BLE tests in simulator on the 1st CI instance:
|
||||
if [ "$matrix" = "1" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue