Skip to content

DNM: test mcuboot build #83

DNM: test mcuboot build

DNM: test mcuboot build #83

Workflow file for this run

# Copyright (c) 2023 Golioth, Inc.
# SPDX-License-Identifier: Apache-2.0
name: Test firmware
on:
pull_request:
push:
branches:
- main
- szczys/ci-add-thingy91x-mcu-update-file
jobs:
test_build_thingy91:
uses: ./.github/workflows/build_zephyr.yml
with:
ZEPHYR_SDK: 0.16.3
BOARD: thingy91/nrf9160/ns
ARTIFACT: true
test_build_thingy91x:
uses: ./.github/workflows/build_zephyr.yml
with:
ZEPHYR_SDK: 0.16.3
BOARD: thingy91x/nrf9151/ns
ARTIFACT: true