Skip to content

Commit f22578f

Browse files
committed
scripts: ci: copy test_plan from sdk-zephyr
Custom changes needed, copy for now to speedup development. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 7783c64 commit f22578f

File tree

2 files changed

+519
-1
lines changed

2 files changed

+519
-1
lines changed

.github/workflows/scripts-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Install packages
2626
run: python -m pip install -r scripts/requirements-test.txt
2727
- name: Run tests
28-
run: python -m pytest scripts
28+
run: python -m pytest scripts --ignore=scripts/ci/test_plan.py

0 commit comments

Comments
 (0)