1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 00:48:19 +00:00

ci: silence syntax warnings

This commit is contained in:
Martin Milata 2022-04-22 12:38:45 +02:00
parent b5dfda6a1d
commit 168389a7b3

View File

@ -101,7 +101,7 @@ core device ui2 test:
UI2: "1"
script:
- nix-shell --run "poetry run make -C core test_emu_ui | ts -s"
#- mv core/src/.coverage core/.coverage.test_emu
# - mv core/src/.coverage core/.coverage.test_emu
after_script:
- mv tests/ui_tests/reporting/reports/test/ test_ui_report
- nix-shell --run "poetry run python ci/prepare_ui_artifacts.py TTui2 | ts -s"
@ -117,7 +117,7 @@ core device ui2 test:
- tests/ui_tests/fixtures.suggestion.json
- tests/junit.xml
- tests/trezor.log
#- core/.coverage.*
# - core/.coverage.*
- master_diff
when: always
expire_in: 1 week