1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

build: also deploy click-test fixtures

This commit is contained in:
matejcik 2023-02-10 13:08:15 +01:00 committed by matejcik
parent 6c1e6fd0cb
commit b2be58c6d2
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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)
---