Skip to content

workflows: add HEX_FILE input for name of compiled binary #11

workflows: add HEX_FILE input for name of compiled binary

workflows: add HEX_FILE input for name of compiled binary #11

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 ]
jobs:
test_build_nrf9160dk:
uses: ./.github/workflows/build_zephyr.yml
with:
ZEPHYR_SDK: 0.16.3
BOARD: nrf9160dk/nrf9160/ns
ARTIFACT: false
HEX_FILE: merged.hex
test_build_nrf7002:
uses: ./.github/workflows/build_zephyr.yml
with:
ZEPHYR_SDK: 0.16.3
BOARD: nrf7002dk/nrf5340/cpuapp
ARTIFACT: false
HEX_FILE: zephyr.hex