From 0389e364d4103e689cfd8cd21536e7dc46ac09e6 Mon Sep 17 00:00:00 2001 From: dixyes Date: Tue, 23 Jul 2024 10:24:03 +0800 Subject: [PATCH] Use apple as test site --- ext/tests/include/bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/tests/include/bootstrap.php b/ext/tests/include/bootstrap.php index 47ea4625..f6a21e8d 100755 --- a/ext/tests/include/bootstrap.php +++ b/ext/tests/include/bootstrap.php @@ -57,8 +57,8 @@ define('TEST_MAX_PROCESSES', [1, 1, 2, 4, 8][TEST_PRESSURE_LEVEL]); # website constants -define('TEST_WEBSITE1_URL', getenv('GITHUB_ACTIONS') ? 'https://github.com/' : 'https://weixin.qq.com/'); -define('TEST_WEBSITE1_KEYWORD', getenv('GITHUB_ACTIONS') ? 'GitHub' : 'WeChat'); +define('TEST_WEBSITE1_URL', getenv('GITHUB_ACTIONS') ? 'https://github.com/' : 'https://www.apple.com/'); +define('TEST_WEBSITE1_KEYWORD', getenv('GITHUB_ACTIONS') ? 'GitHub' : 'apple'); define('TEST_WEBSITE2_URL', getenv('GITHUB_ACTIONS') ? 'https://www.bing.com/' : 'https://www.baidu.com/'); define('TEST_WEBSITE2_KEYWORD', getenv('GITHUB_ACTIONS') ? 'Bing' : 'baidu');