From e6f92da18d38c621cc39f0b57d9bb137205b6336 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Sat, 15 Oct 2022 22:38:25 +0200
Subject: [PATCH] feature(speedup): speedup tests

---
 includes/tests/codeception-parallel.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/tests/codeception-parallel.yml b/includes/tests/codeception-parallel.yml
index 884c38a..8629a4d 100644
--- a/includes/tests/codeception-parallel.yml
+++ b/includes/tests/codeception-parallel.yml
@@ -40,8 +40,8 @@
     - rm wp-config.php
     - wp config create --dbhost=${MYSQL_IP} --dbname=wptest --dbuser=mysql --dbpass=mysql --allow-root
     - wp config set WP_DEBUG true --raw --type=constant --allow-root
-    - wp config set WP_HOME '${TEST_SITE_WP_URL}' --type=constant --allow-root
-    - wp config set WP_SITEURL '${TEST_SITE_WP_URL}' --type=constant --allow-root
+    - wp config set WP_HOME $TEST_SITE_WP_URL --type=constant --allow-root
+    - wp config set WP_SITEURL $TEST_SITE_WP_URL --type=constant --allow-root
     - cd ${CI_PROJECT_DIR}
     - composer prepare-parallel-codeception-tests 4
     - vendor/bin/codecept run acceptance $PARALLEL_JOB --steps --xml --html -f --verbose
-- 
GitLab