Skip to content

Commit f8c7c8b

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/twister_tests_blackbox.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,8 @@ jobs:
5858
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
5959
run: |
6060
echo "Run twister tests"
61+
ls -la
62+
ls -la ..
63+
export ZEPHYR_SDK_INSTALL_DIR=../zephyr-sdk
6164
source zephyr-env.sh
62-
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox
65+
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/test_coverage.py

0 commit comments

Comments
 (0)