Skip to content

fix (hal/rpi) : Fix GPIO number to reflect pin used raspberrypi shield #128

fix (hal/rpi) : Fix GPIO number to reflect pin used raspberrypi shield

fix (hal/rpi) : Fix GPIO number to reflect pin used raspberrypi shield #128

Workflow file for this run

name: Unit tests and coverage
on:
push:
branches:
- 'master'
- 'develop'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.7
- name: Set Ceedling config path
run: echo "CEEDLING_MAIN_PROJECT_FILE=scripts/ceedling.yml" >>$GITHUB_ENV
- name: Run Ceedling Unit Tests
uses: pavelpolach321/action-ceedling-unit-test@2.0.0
with:
unit-test-path: '${{ github.workspace }}/'