From 0f7722081d592f0527127240ad95a20f9a0f3aff Mon Sep 17 00:00:00 2001 From: Ryan Manuel Date: Wed, 28 Aug 2024 08:23:10 -0500 Subject: [PATCH] chore: fix kitchen sink running against staging to properly upload protocol data (#30121) * chore: fix kitchen sink against staging build -- run ci * maybe fix build -- run ci * this won't work * this won't work * fix version of node * fix version of node --- .circleci/workflows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/workflows.yml b/.circleci/workflows.yml index a2de37c7a24f..b4e592c26647 100644 --- a/.circleci/workflows.yml +++ b/.circleci/workflows.yml @@ -32,6 +32,7 @@ mainBuildFilters: &mainBuildFilters - 'update-v8-snapshot-cache-on-develop' - 'publish-binary' - 'chore/support_hidpi_wayland' + - 'ryanm/chore/fix-kitchensink-against-staging' # usually we don't build Mac app - it takes a long time # but sometimes we want to really confirm we are doing the right thing @@ -2309,6 +2310,7 @@ jobs: - run: name: Run Kitchensink example project command: | + source ./scripts/ensure-node.sh CYPRESS_PROJECT_ID=$TEST_KITCHENSINK_PROJECT_ID \ CYPRESS_RECORD_KEY=$TEST_KITCHENSINK_RECORD_KEY \ CYPRESS_INTERNAL_ENV=staging \