Skip to content

Commit 80305f3

Browse files
committed
Revert "Set ngrok URL via both WP DB options and wp-config constants for testing"
This reverts commit dd7a75d.
1 parent 1208248 commit 80305f3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test-playwright.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ jobs:
293293
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
294294
if: ${{ inputs.NGROK_ENABLED && env.NGROK_AUTH_TOKEN != '' }}
295295
run: |
296-
npx wp-env run tests-cli wp config set WP_HOME "$NGROK_URL"
297-
npx wp-env run tests-cli wp config set WP_SITEURL "$NGROK_URL"
298296
npx wp-env run tests-cli wp option update home "$NGROK_URL"
299297
npx wp-env run tests-cli wp option update siteurl "$NGROK_URL"
300298
sed -i "s|WP_BASE_URL=.*|WP_BASE_URL=$NGROK_URL|" .env.ci

0 commit comments

Comments
 (0)