There was an error while loading. Please reload this page.
1 parent 1208248 commit 80305f3Copy full SHA for 80305f3
1 file changed
.github/workflows/test-playwright.yml
@@ -293,8 +293,6 @@ jobs:
293
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
294
if: ${{ inputs.NGROK_ENABLED && env.NGROK_AUTH_TOKEN != '' }}
295
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"
298
npx wp-env run tests-cli wp option update home "$NGROK_URL"
299
npx wp-env run tests-cli wp option update siteurl "$NGROK_URL"
300
sed -i "s|WP_BASE_URL=.*|WP_BASE_URL=$NGROK_URL|" .env.ci
0 commit comments