From f4baa371591abd96f4a4824d58bb36fdfe28b2c6 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 3 May 2023 08:37:20 +0200 Subject: [PATCH] ci: use west twister Invoke Twister using west. Signed-off-by: Gerard Marull-Paretas --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f77999c..ce40d2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: - name: Twister Tests working-directory: example-application run: | - ../zephyr/scripts/twister -G --testsuite-root ./tests/ + west twister -G --testsuite-root ./tests/ - name: Archive firmware uses: actions/upload-artifact@v3