We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5204644 commit f8c7c8bCopy full SHA for f8c7c8b
.github/workflows/twister_tests_blackbox.yml
@@ -58,5 +58,8 @@ jobs:
58
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
59
run: |
60
echo "Run twister tests"
61
+ ls -la
62
+ ls -la ..
63
+ export ZEPHYR_SDK_INSTALL_DIR=../zephyr-sdk
64
source zephyr-env.sh
- PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox
65
+ PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/test_coverage.py
0 commit comments