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:
parent
fea8031c96
commit
79c40e4d60
4
.github/workflows/core.yml
vendored
4
.github/workflows/core.yml
vendored
@ -721,8 +721,8 @@ jobs:
|
|||||||
role-to-assume: arn:aws:iam::538326561891:role/gh_actions_deploy_dev_firmware_data
|
role-to-assume: arn:aws:iam::538326561891:role/gh_actions_deploy_dev_firmware_data
|
||||||
aws-region: eu-west-1
|
aws-region: eu-west-1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- run: "for F in screens_*.tar; do tar xvf $F; done || true"
|
- 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 TT TR"
|
- run: nix-shell --run "poetry run python -m tests.ui_tests.reporting master-diff T2T1 T3B1 T3T1 T3W1"
|
||||||
- run: |
|
- run: |
|
||||||
mv tests/ui_tests/reports/master_diff .
|
mv tests/ui_tests/reports/master_diff .
|
||||||
if [ "${{ job.status }}" = "success" ]; then
|
if [ "${{ job.status }}" = "success" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user