From fb71be55ee09c1f7117c6bcdf4f4de30778c8f30 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Wed, 19 Jan 2022 09:23:21 -0500 Subject: add movement to the workflow --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3