Merge branch 'feature/save_logs_to_test_report' into 'master'
save logs as test_report artifacts save all logs as test report artifacts. Testers only need to download artifacts for test report to analysis test result. See merge request !217
This commit is contained in:
commit
139fdcb9ec
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ test_report:
|
|||
when: always
|
||||
paths:
|
||||
- $REPORT_PATH
|
||||
- $LOG_PATH
|
||||
expire_in: 12 mos
|
||||
script:
|
||||
# clone test bench
|
||||
|
|
Loading…
Reference in a new issue