add movement to the workflow

This commit is contained in:
joeycastillo 2022-01-19 09:23:21 -05:00 committed by GitHub
parent 1ae83e8fd4
commit fb71be55ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,11 @@ jobs:
- name: Compile accelerometer-test app - name: Compile accelerometer-test app
run: make run: make
working-directory: 'apps/accelerometer-test' working-directory: 'apps/accelerometer-test'
- name: Compile movement
run: make
working-directory: 'movement/make'
- name: Upload UF2 - name: Upload UF2
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: watch.uf2 name: watch.uf2
path: apps/**/build/watch.uf2 path: movement/make/build/watch.uf2