From c067629c83651c98154bef44a23ec7e5d81be179 Mon Sep 17 00:00:00 2001 From: Okke Formsma Date: Sat, 14 Nov 2020 19:39:01 +0100 Subject: Create `west test` command to run zmk testsuite. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3