1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

chore(ci): connect tests - exporting emu/bridge logfile from tenv as artifact

This commit is contained in:
grdddj 2021-12-15 10:16:17 +01:00 committed by matejcik
parent bfe5b6a272
commit f838e15eda

View File

@ -392,8 +392,10 @@ connect test core:
- nix-shell --run "tests/connect_tests/connect_tests.sh 2.99.99" - nix-shell --run "tests/connect_tests/connect_tests.sh 2.99.99"
after_script: after_script:
- cp /trezor-user-env/logs/debugging.log trezor-user-env-debugging.log - 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: artifacts:
paths: paths:
- trezor-user-env-debugging.log - trezor-user-env-debugging.log
- tenv-emulator-bridge-debugging.log
expire_in: 1 week expire_in: 1 week
when: always when: always