From dee547c6036a5f26e8b2cfffd33685077e656401 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:15:35 +0200 Subject: [PATCH] chore(test-build): enable placements (#11374) --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 258f2bc9732a..c03defa5a6d4 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -152,7 +152,7 @@ jobs: REACT_APP_NEWSLETTER_ENABLED: false # Placement - REACT_APP_PLACEMENT_ENABLED: false + REACT_APP_PLACEMENT_ENABLED: true # Playground REACT_APP_PLAYGROUND_BASE_HOST: play.test.mdn.allizom.net