Skip to content

Commit cf87f97

Browse files
LukaszMrugalakartben
authored andcommitted
ci: Run all Blackbox tests
We've previously restricted Blackbox test runs to just one test file - test_output.py. That was a mistake. This commit makes the relevant workflow run all of the blackbox test files again. Signed-off-by: Lukasz Mrugala <[email protected]>
1 parent 8f53407 commit cf87f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister_tests_blackbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
export ZEPHYR_SDK_INSTALL_DIR=${{ github.workspace }}/zephyr-sdk
6363
echo "Run twister tests"
6464
source zephyr-env.sh
65-
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/test_output.py
65+
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/

0 commit comments

Comments
 (0)