From f838e15edabead5ae42ef9b4261d78fb7ef63fa5 Mon Sep 17 00:00:00 2001 From: grdddj Date: Wed, 15 Dec 2021 10:16:17 +0100 Subject: [PATCH] chore(ci): connect tests - exporting emu/bridge logfile from tenv as artifact --- ci/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/test.yml b/ci/test.yml index 1ab702ed3..98d23c419 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -392,8 +392,10 @@ connect test core: - nix-shell --run "tests/connect_tests/connect_tests.sh 2.99.99" after_script: - cp /trezor-user-env/logs/debugging.log trezor-user-env-debugging.log + - cp /trezor-user-env/logs/emulator_bridge.log tenv-emulator-bridge-debugging.log artifacts: paths: - trezor-user-env-debugging.log + - tenv-emulator-bridge-debugging.log expire_in: 1 week when: always