From 7d454f9f9bb2edd61188307db07a23b97f777f84 Mon Sep 17 00:00:00 2001 From: Val Gorodnichev Date: Thu, 12 Dec 2024 08:58:25 -0700 Subject: [PATCH] fix: add yarn install to eun-e2e-tests to deal with new non-published package --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc1fe9515..5bb673e52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,6 +58,7 @@ jobs: steps: - attach_workspace: at: /mnt/ramdisk/ + - run: yarn --frozen-lockfile - run: name: Example - use local builds working_directory: /mnt/ramdisk/project