From 5b0917f679c94d42856a0b71b4e6cacc63690c63 Mon Sep 17 00:00:00 2001 From: BlueWinds Date: Thu, 26 May 2022 08:23:48 -0700 Subject: [PATCH] Get proper cypress record key for reporter component tests --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 9e7272f915a5..dac38eb0b427 100644 --- a/circle.yml +++ b/circle.yml @@ -519,7 +519,7 @@ commands: cmd=$([[ <> == 'true' ]] && echo 'yarn percy exec --parallel -- --') || true DEBUG=<> \ CYPRESS_KONFIG_ENV=production \ - CYPRESS_RECORD_KEY=$TEST_LAUNCHPAD_RECORD_KEY \ + CYPRESS_RECORD_KEY=${TEST_LAUNCHPAD_RECORD_KEY:-$MAIN_RECORD_KEY} \ PERCY_PARALLEL_NONCE=$CIRCLE_SHA1 \ PERCY_ENABLE=${PERCY_TOKEN:-0} \ PERCY_PARALLEL_TOTAL=-1 \ @@ -2341,7 +2341,7 @@ linux-workflow: &linux-workflow requires: - build - run-reporter-component-tests-chrome: - context: [test-runner:launchpad-tests, test-runner:percy] + context: [test-runner:cypress-record-key, test-runner:percy] percy: true requires: - build