Skip to content

Firmware: rework firmware #2

Firmware: rework firmware

Firmware: rework firmware #2

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/zephyrproject-rtos/ci:main
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: waterlevel_monitor
fetch-depth: 0 # Fetch all history including tags
- name: Initialize
working-directory: waterlevel_monitor
run: |
pip3 install -U west
west init -l .
west update --narrow
pip3 install -r ../zephyr/scripts/requirements-base.txt
- name: Twister Tests for fw_tests
working-directory: waterlevel_monitor
shell: bash
run: |
west twister -T fw_test -v --inline-logs --integration