From e4c6a6c53aea25677cfabcadae801582298a8393 Mon Sep 17 00:00:00 2001 From: Martin Vere Cihlar Date: Wed, 11 Dec 2024 10:35:27 +0100 Subject: [PATCH] refactor(e2e): Optimizes yarn install in desktop e2e test pipeline --- .github/workflows/test-suite-desktop-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite-desktop-e2e.yml b/.github/workflows/test-suite-desktop-e2e.yml index fb5e63918f3..c8a68a417a9 100644 --- a/.github/workflows/test-suite-desktop-e2e.yml +++ b/.github/workflows/test-suite-desktop-e2e.yml @@ -58,7 +58,7 @@ jobs: env: COMPOSE_FILE: ./docker/docker-compose.suite-desktop-ci.yml run: | - yarn install --immutable + yarn workspaces focus @trezor/suite-desktop-core @suite-common/message-system @trezor/suite-data @trezor/transport-bridge @trezor/suite-desktop yarn message-system-sign-config yarn workspace @trezor/suite-data build:lib yarn workspace @trezor/transport-bridge build:lib