Skip to content

Commit

Permalink
Use apple as test site
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Jul 23, 2024
1 parent 08e5d06 commit 0389e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/tests/include/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 0389e36

Please sign in to comment.