From 0afff63e254374a30aa5cacde3169248f193aa38 Mon Sep 17 00:00:00 2001 From: lithrel Date: Tue, 18 Jul 2023 17:07:44 +0200 Subject: [PATCH] Update base URL for tests --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d0b18e27..79817873 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,6 +89,7 @@ jobs: name: E2E tests command: | echo -e "\n# Planet4 local development environment\n127.0.0.1\twww.planet4.test" | sudo tee -a /etc/hosts; + export WP_BASE_URL="http://www.planet4.test" nvm use npm run env:e2e-install -- --with-deps npm run env:e2e