diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 | 
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 | 
