There was an error while loading. Please reload this page.
1 parent 80305f3 commit d350dfeCopy full SHA for d350dfe
1 file changed
.github/workflows/test-playwright.yml
@@ -293,8 +293,8 @@ 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 option update home "$NGROK_URL"
297
- npx wp-env run tests-cli wp option update siteurl "$NGROK_URL"
+ npx wp-env run tests-cli wp config set WP_SITEURL "$NGROK_URL"
+ npx wp-env run tests-cli wp config set WP_HOME "$NGROK_URL"
298
sed -i "s|WP_BASE_URL=.*|WP_BASE_URL=$NGROK_URL|" .env.ci
299
300
- name: Execute custom code before executing the test script
0 commit comments