1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-27 07:40:59 +00:00

ci: include monero logs in artifacts

This commit is contained in:
matejcik 2021-04-09 12:17:52 +02:00 committed by matejcik
parent 94521a2065
commit bb96cdc4e6

View File

@ -85,6 +85,7 @@ core monero test:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
paths: paths:
- tests/trezor.log - tests/trezor.log
- core/tests/trezor_monero_tests.log
- core/.coverage.* - core/.coverage.*
expire_in: 1 week expire_in: 1 week
when: always when: always