Skip to content

Commit 24fd160

Browse files
committed
🔧 Исправлен правильный путь к install.php в CI
- Файл находится в tests/phpunit/includes/install.php - Это правильное расположение в wordpress-develop репозитории
1 parent 8a57d0c commit 24fd160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install WordPress test suite
7373
run: |
7474
cd /tmp/wordpress-develop
75-
php tests/bin/install.php --dbname=wordpress_test --dbuser=wordpress --dbpass=wordpress --dbhost=127.0.0.1 --url=http://localhost --title="Test Site" --admin_user=admin --admin_password=password --admin_email=admin@example.com --skip-email
75+
php tests/phpunit/includes/install.php --dbname=wordpress_test --dbuser=wordpress --dbpass=wordpress --dbhost=127.0.0.1 --url=http://localhost --title="Test Site" --admin_user=admin --admin_password=password --admin_email=admin@example.com --skip-email
7676
7777
- name: Run tests
7878
run: composer test -- --exclude-group problematic

0 commit comments

Comments
 (0)