forked from kofal.net/zmk
Create west test command to run zmk testsuite.
This commit is contained in:
committed by
Pete Johanson
parent
5d0532c6d9
commit
c067629c83
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user