From 1e369d400a55157a980e1f36e330534303f1175f Mon Sep 17 00:00:00 2001 From: JoonWon Choi <13882232+joon-won@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:10:40 -0800 Subject: [PATCH] Add public backend config param to next test --- .github/integ-config/integ-all.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 047a7385eb7..4fc85ee6ff4 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -623,7 +623,9 @@ tests: sample_name: [mfa] spec: sign-in-resumable-mfa browser: *minimal_browser_list - + env: + NEXT_PUBLIC_BACKEND_CONFIG: resum-signin + # DISABLED Angular/Vue tests: # TODO: delete tests or add custom ui logic to support them.