Skip to content

Commit 1f42275

Browse files
committed
Added PHP dependencies
1 parent ee7ddeb commit 1f42275

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php_unit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
echo "PHP version: ${WP_ENV_PHP_VERSION}"
5858
echo "WordPress version: ${WP_ENV_CORE}"
5959
60+
- name: Install PHP Dependencies
61+
run: composer install --no-interaction --no-progress --no-suggest --optimize-autoloader
62+
6063
- name: Start Docker environment
6164
run: npm run wp-env start
6265

0 commit comments

Comments
 (0)