summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a6af058..f3e9351 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
id: west-build
with:
entrypoint: /bin/bash
- args: '-c "cd app && ./run-test.sh all"'
+ args: '-c "west test"'
- name: Archive Build
if: ${{ always() }}
uses: actions/upload-artifact@v2