ci: twister: Include module test results in report
This commit modifies the twister workflow to include the module test results in the unit test report. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
7aa386e288
commit
5a7bd7fac3
1
.github/workflows/twister.yaml
vendored
1
.github/workflows/twister.yaml
vendored
|
@ -263,6 +263,7 @@ jobs:
|
|||
if-no-files-found: ignore
|
||||
path: |
|
||||
twister-out/twister.xml
|
||||
module_tests/twister.xml
|
||||
testplan.json
|
||||
|
||||
twister-test-results:
|
||||
|
|
Loading…
Reference in a new issue