fix (hal/rpi) : Fix GPIO number to reflect pin used raspberrypi shield #128
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}/' |