Changing a lot of folders and namespaces. #3
Workflow file for this run
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
# 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 |