Commit bddede33bd for woocommerce

commit bddede33bd709b84d1c8873d7dc5de3dc35f7c6d
Author: Adrian Moldovan <3854374+adimoldovan@users.noreply.github.com>
Date:   Mon Dec 8 19:10:24 2025 +0200

    Remove WP_BASE_URL setting from CI test environment preparation (#62320)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 700d1eccd2..cdfec64837 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -186,11 +186,7 @@ jobs:
       - name: 'Start Test Environment'
         id: 'prepare-test-environment'
         if: ${{ matrix.testEnv.shouldCreate }}
-        run: |
-          # WP_BASE_URL is set to satisfy blocks E2Es setup (setupRest)
-          echo "WP_BASE_URL=http://localhost:8086" >> "$GITHUB_ENV"
-
-          pnpm --filter="${{ matrix.projectName }}" ${{ matrix.testEnv.start }}
+        run: pnpm --filter="${{ matrix.projectName }}" ${{ matrix.testEnv.start }}

       - name: 'Determine BuildKite Analytics Message'
         env: