Skip to content

SOLID and automated test examples for AirGradient (#1) #6

SOLID and automated test examples for AirGradient (#1)

SOLID and automated test examples for AirGradient (#1) #6

Workflow file for this run

# todo! need to get or clone all referenced libraries
# name: Run AUnit tests with EpoxyDuino
# on:
# pull_request:
# branches:
# - main
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Setup environment
# run: |
# cd ..
# git clone https://github.com/bxparks/EpoxyDuino
# - name: Run Tests
# run: |
# make -C tests
# make -C tests runtests