Skip to content

Commit b7c9cb3

Browse files
committed
toolchain
Signed-off-by: Anas Nashif <[email protected]>
1 parent 5204644 commit b7c9cb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/twister_tests_blackbox.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ jobs:
5858
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
5959
run: |
6060
echo "Run twister tests"
61+
ls -la
62+
export ZEPHYR_SDK_INSTALL_DIR=$(PWD)/zephyr-sdk
6163
source zephyr-env.sh
62-
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox
64+
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/test_coverage.py

0 commit comments

Comments
 (0)