1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 23:38:09 +00:00

ci: move report files 'mv' to after_script

Otherwise it does not get moved to the right place if the test suite
fails.
This commit is contained in:
Tomas Susanka 2020-04-16 15:47:42 +00:00
parent f82e28ee6f
commit 1be5e577ee

View File

@ -20,6 +20,7 @@ core device ui test:
- cd core - cd core
- pipenv run make test_emu_ui - pipenv run make test_emu_ui
- cd .. - cd ..
after_script:
- mv tests/ui_tests/reporting/reports/test/ test_ui_report - mv tests/ui_tests/reporting/reports/test/ test_ui_report
- pipenv run python ci/prepare_ui_artifacts.py - pipenv run python ci/prepare_ui_artifacts.py
artifacts: artifacts: