Skip to content

Commit b1528ba

Browse files
committed
Add board name to github workflows
1 parent a3efac8 commit b1528ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-build-mcux-sdk-manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Wolfboot Reusable Build Workflow for MCUXpresso SDK
1+
name: Wolfboot Reusable Build Workflow for west-based MCUXpresso SDK
22

33
on:
44

.github/workflows/test-configs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,14 @@ jobs:
221221
with:
222222
arch: arm
223223
config-file: ./config/examples/mcxn.config
224+
board-name: frdmmcxn947
224225

225226
nxp_mcxn_tz_test:
226227
uses: ./.github/workflows/test-build-mcux-sdk-manifests.yml
227228
with:
228229
arch: arm
229230
config-file: ./config/examples/mcxn-tz.config
231+
board-name: frdmmcxn947
230232

231233
nxp_s32k142_test:
232234
uses: ./.github/workflows/test-build.yml

0 commit comments

Comments
 (0)