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 ee7ddeb commit 1f42275Copy full SHA for 1f42275
.github/workflows/php_unit.yml
@@ -57,6 +57,9 @@ jobs:
57
echo "PHP version: ${WP_ENV_PHP_VERSION}"
58
echo "WordPress version: ${WP_ENV_CORE}"
59
60
+ - name: Install PHP Dependencies
61
+ run: composer install --no-interaction --no-progress --no-suggest --optimize-autoloader
62
+
63
- name: Start Docker environment
64
run: npm run wp-env start
65
0 commit comments