Skip to content

Commit 9ded413

Browse files
committed
fix test workflow
1 parent 7a3fd08 commit 9ded413

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ jobs:
3939
coverage: none
4040
- name: PHPUnit
4141
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
42+
chmod 777 bin/install-wp-tests.sh
43+
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

Comments
 (0)