8000 fix(workflow): Update BLE examples path in BLE_Examples_Test workflow by sihyung-maxim · Pull Request #944 · analogdevicesinc/msdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(workflow): Update BLE examples path in BLE_Examples_Test workflow #944

New issue

Have a 8000 question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/BLE_Examples_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
jobs:
BLE_Tests:
# The type of runner that the job will run on
runs-on: [self-hosted, btm-ci]
runs-on: [self-hosted]
if: github.event.pull_request.draft == false

#----------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
chmod +x mass_erase_board.sh
#----------------------------------------------------------------------------------------------
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 0
Expand All @@ -91,8 +91,8 @@ jobs:
# BLE examples to watch
declare -a watched_examples=(
# underscore in filter to ignore the BLE5_ctr examples
Examples/MAX32655/BLE_*
Examples/MAX32655/Bootloader
Examples/MAX32655/Bluetooth/BLE_*
Examples/MAX32655/Bluetooth/Bootloader
)

# Other directories to watch
Expand Down Expand Up @@ -271,8 +271,8 @@ jobs:
# BLE examples to watch
declare -a watched_examples=(
# underscore in filter to ignore the BLE5_ctr examples
Examples/MAX32665/BLE_*
Examples/MAX32665/Bootloader
Examples/MAX32665/Bluetooth/BLE_*
Examples/MAX32665/Bluetooth/Bootloader
)

# Other directories to watch
Expand Down Expand Up @@ -450,8 +450,8 @@ jobs:
# BLE examples to watch
declare -a watched_examples=(
# underscore in filter to ignore the BLE5_ctr examples
Examples/MAX32690/BLE_*
Examples/MAX32690/Bootloader
Examples/MAX32690/Bluetooth/BLE_*
Examples/MAX32690/Bluetooth/Bootloader
)

# Other directories to watch
Expand Down Expand Up @@ -959,4 +959,4 @@ jobs:
if: failure()
with:
name: failure-report
path: .github/workflows/ci-tests/Examples_tests/results/
path: .github/workflows/ci-tests/Examples_tests/results/
0