Updated Github Actions to run make commands

This commit is contained in:
Melissa LeBlanc-Williams 2020-04-17 12:26:40 -07:00
parent bd50b2c59c
commit 5e7a9db71c

View file

@ -44,8 +44,9 @@ jobs:
- name: PyLint
run: |
pylint $( find . -path './circup.py' )
- name: Build assets
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
- name: Run Test Suite
run: |
make test
- name: Build docs
working-directory: docs
run: sphinx-build -E -W -b html . _build/html
run: |
make docs