test
This commit is contained in:
parent
0dba6d1127
commit
a084db60d1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ jobs:
|
||||||
run: sudo apt update && sudo apt -y upgrade && sudo apt -y install mysql-client
|
run: sudo apt update && sudo apt -y upgrade && sudo apt -y install mysql-client
|
||||||
|
|
||||||
- name: Setup Test Environment
|
- name: Setup Test Environment
|
||||||
run: bash bin/install-wp-tests.sh wordpress_test root root localhost latest
|
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest
|
||||||
|
|
||||||
- run: cat /tmp/wordpress-tests-lib/wp-tests-config.php
|
- run: cat /tmp/wordpress-tests-lib/wp-tests-config.php
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue