Skip to content

Commit 0e0a721

Browse files
committed
DNM: test mcuboot build
Signed-off-by: Mike Szczys <[email protected]>
1 parent bc6fe1a commit 0e0a721

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@ on:
77
pull_request:
88

99
push:
10-
branches: [ main ]
10+
branches:
11+
- main
12+
- szczys/ci-add-thingy91x-mcu-update-file
1113

1214
jobs:
1315
test_build_thingy91:
1416
uses: ./.github/workflows/build_zephyr.yml
1517
with:
1618
ZEPHYR_SDK: 0.16.3
1719
BOARD: thingy91/nrf9160/ns
18-
ARTIFACT: false
20+
ARTIFACT: true
21+
TAG: v1.7.0
1922
test_build_thingy91x:
2023
uses: ./.github/workflows/build_zephyr.yml
2124
with:
2225
ZEPHYR_SDK: 0.16.3
2326
BOARD: thingy91x/nrf9151/ns
24-
ARTIFACT: false
27+
ARTIFACT: true
28+
TAG: v1.7.0

0 commit comments

Comments
 (0)