diff --git a/ci/deploy.yml b/ci/deploy.yml index 5df786f000..20c51a43f8 100644 --- a/ci/deploy.yml +++ b/ci/deploy.yml @@ -239,6 +239,7 @@ ui tests fixtures deploy: - core persistence test - legacy device test - core device R test + - core click R test script: - echo "Deploying to $DEPLOY_PATH" - rsync --delete -va ci/ui_test_records/* "$DEPLOY_PATH" diff --git a/ci/posttest.yml b/ci/posttest.yml index acfb6d7e78..ad25a8bf16 100644 --- a/ci/posttest.yml +++ b/ci/posttest.yml @@ -37,8 +37,10 @@ unix ui changes: <<: *gitlab_caching needs: - core click test + - core click R test - core persistence test - core device test + - core device R test - legacy device test script: - $NIX_SHELL --run "poetry run python -m tests.ui_tests.reporting master-diff" diff --git a/docs/ci/jobs.md b/docs/ci/jobs.md index f26c76a02d..b483c56cc9 100644 --- a/docs/ci/jobs.md +++ b/docs/ci/jobs.md @@ -299,8 +299,8 @@ Consists of **13 jobs** below: ### [ui tests fixtures deploy](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L229) -### [sync emulators to aws](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L254) +### [sync emulators to aws](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L255) -### [common sync](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L279) +### [common sync](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L280) ---