From bb96cdc4e6b6aa16948e0d2ead0582783513fd29 Mon Sep 17 00:00:00 2001 From: matejcik Date: Fri, 9 Apr 2021 12:17:52 +0200 Subject: [PATCH] ci: include monero logs in artifacts --- ci/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test.yml b/ci/test.yml index a803c79f3..f9fc6c2dd 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -85,6 +85,7 @@ core monero test: name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" paths: - tests/trezor.log + - core/tests/trezor_monero_tests.log - core/.coverage.* expire_in: 1 week when: always