Skip to content

Commit

Permalink
ci: Run tests with Zephyr collab-sdk-0.18-dev branch
Browse files Browse the repository at this point in the history
This commit updates the CI workflow to run tests using the Zephyr
`collab-sdk-0.18-dev` branch.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Oct 21, 2024
1 parent 11b4a9d commit 3f721b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
zephyr-ref:
description: 'Zephyr Ref (branch, tag, SHA, ...)'
required: true
default: collab-sdk-dev
default: collab-sdk-0.18-dev
host:
description: 'Host'
type: choice
Expand Down Expand Up @@ -88,7 +88,7 @@ env:
BUG_URL: 'https://github.com/zephyrproject-rtos/sdk-ng/issues'
BUNDLE_NAME: Zephyr SDK
BUNDLE_PREFIX: zephyr-sdk
ZEPHYR_REF: collab-sdk-dev
ZEPHYR_REF: collab-sdk-0.18-dev

jobs:
# Setup
Expand Down

0 comments on commit 3f721b3

Please sign in to comment.