summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1eab21fc..93928721 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,8 +20,11 @@ jobs:
- name: Compile accelerometer-test app
run: make
working-directory: 'apps/accelerometer-test'
+ - name: Compile movement
+ run: make
+ working-directory: 'movement/make'
- name: Upload UF2
uses: actions/upload-artifact@v2
with:
name: watch.uf2
- path: apps/**/build/watch.uf2
+ path: movement/make/build/watch.uf2