Skip to content

Commit 1826e22

Browse files
LukaszMrugalanashif
authored andcommitted
.github: workflows: Add test trigger for pytest harness
Pytest twister harness tests have been added to the twister_tests.yml workflow some time ago. However, the $ZEPHYR_BASE/scripts/pylib/pytest-twister-harness/** has not been monitored by the automatic GitHub Action triggers of that workflow. This change adds monitoring for the relevant files. Signed-off-by: Lukasz Mrugala <[email protected]>
1 parent 739ec30 commit 1826e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/twister_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010
- v*-branch
1111
paths:
12-
- 'scripts/pylib/twister/**'
12+
- 'scripts/pylib/**'
1313
- 'scripts/twister'
1414
- 'scripts/tests/twister/**'
1515
- '.github/workflows/twister_tests.yml'
@@ -18,7 +18,7 @@ on:
1818
- main
1919
- v*-branch
2020
paths:
21-
- 'scripts/pylib/twister/**'
21+
- 'scripts/pylib/**'
2222
- 'scripts/twister'
2323
- 'scripts/tests/twister/**'
2424
- '.github/workflows/twister_tests.yml'

0 commit comments

Comments
 (0)