Skip to content

Commit 8a57d0c

Browse files
committed
🔧 Исправлен путь к install.php в CI workflow
- Изменен путь с bin/install.php на tests/bin/install.php - Это правильный путь в wordpress-develop репозитории
1 parent 6730775 commit 8a57d0c

2 files changed

Lines changed: 1 addition & 88 deletions

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 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/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
7676
7777
- name: Run tests
7878
run: composer test -- --exclude-group problematic

TEST_FIXES_PLAN.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)