Skip to content

added u_buttons.c and u_buttons.h #156

added u_buttons.c and u_buttons.h

added u_buttons.c and u_buttons.h #156

Workflow file for this run

name: Unit Test Check
on: [push]
jobs:
test-check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Run UNITY Testing files
run: |
if ! docker compose run --rm ner-gcc-arm \
bash -c "python3 Drivers/Embedded-Base/ner_environment/build_system/test_runner.py"; then
echo "Unit tests failed."
exit 1
fi