From e80e7781db74cd64585ed263ed5c5186b2fd6dda Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Thu, 25 Aug 2022 19:17:33 -0400 Subject: [PATCH] chore(percy): add percy context to finalize job (#23558) --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index af705010732c..ab2f0f861215 100644 --- a/circle.yml +++ b/circle.yml @@ -2320,7 +2320,7 @@ linux-x64-workflow: &linux-x64-workflow requires: - build - percy-finalize: - context: test-runner:poll-circle-workflow + context: [test-runner:poll-circle-workflow, test-runner:percy] required_env_var: PERCY_TOKEN # skips job if not defined (external PR) requires: - build