]> git.earman.xyz Git - sensor-watch.git/commitdiff
add movement to the workflow
authorjoeycastillo <joeycastillo@utexas.edu>
Wed, 19 Jan 2022 14:23:21 +0000 (09:23 -0500)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 14:23:21 +0000 (09:23 -0500)
.github/workflows/build.yml

index 1eab21fc848cdc3d7f137a9cf10285721417a54a..93928721463bc8f64f49d17e2520150160841d7c 100644 (file)
@@ -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