We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3fd08 commit 9ded413Copy full SHA for 9ded413
.github/workflows/test.yml
@@ -39,5 +39,6 @@ jobs:
39
coverage: none
40
- name: PHPUnit
41
run: |
42
- bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:${{ job.services.mysql.ports['3306'] }} latest true
43
- vendor/bin/phpunit
+ chmod 777 bin/install-wp-tests.sh
+ bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:${{ job.services.mysql.ports['3306'] }} latest true
44
+ composer phpunit
0 commit comments