Skip to content

Commit 2231123

Browse files
committed
DNM: test mcuboot build
Signed-off-by: Mike Szczys <[email protected]>
1 parent 34a7936 commit 2231123

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ 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
1921
test_build_thingy91x:
2022
uses: ./.github/workflows/build_zephyr.yml
2123
with:
2224
ZEPHYR_SDK: 0.16.3
2325
BOARD: thingy91x/nrf9151/ns
24-
ARTIFACT: false
26+
ARTIFACT: true

0 commit comments

Comments
 (0)