1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-27 02:12:35 +00:00

ci(core): reduce core_ui_main disk usage

Also, compare all models.

[no changelog]
This commit is contained in:
Roman Zeyde 2025-06-02 13:57:48 +03:00 committed by Roman Zeyde
parent fea8031c96
commit 79c40e4d60

View File

@ -721,8 +721,8 @@ jobs:
role-to-assume: arn:aws:iam::538326561891:role/gh_actions_deploy_dev_firmware_data
aws-region: eu-west-1
continue-on-error: true
- run: "for F in screens_*.tar; do tar xvf $F; done || true"
- run: nix-shell --run "poetry run python -m tests.ui_tests.reporting master-diff TT TR"
- run: "for F in screens_*.tar; do tar xf $F; rm $F; done || true"
- run: nix-shell --run "poetry run python -m tests.ui_tests.reporting master-diff T2T1 T3B1 T3T1 T3W1"
- run: |
mv tests/ui_tests/reports/master_diff .
if [ "${{ job.status }}" = "success" ]; then