From b2be58c6d24dc252cd01b33dda299ec9683cdd09 Mon Sep 17 00:00:00 2001 From: matejcik Date: Fri, 10 Feb 2023 13:08:15 +0100 Subject: [PATCH] build: also deploy click-test fixtures --- ci/deploy.yml | 1 + docs/ci/jobs.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/deploy.yml b/ci/deploy.yml index 205c43bbb..7da102e73 100644 --- a/ci/deploy.yml +++ b/ci/deploy.yml @@ -234,6 +234,7 @@ ui tests fixtures deploy: GIT_SUBMODULE_STRATEGY: "none" before_script: [] # no poetry needs: + - core click test - core device test - legacy device test script: diff --git a/docs/ci/jobs.md b/docs/ci/jobs.md index 3c213ec77..036ef3ff9 100644 --- a/docs/ci/jobs.md +++ b/docs/ci/jobs.md @@ -287,8 +287,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#L251) +### [sync emulators to aws](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L252) -### [common sync](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L276) +### [common sync](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L277) ---