Skip to content

Commit cb8cf29

Browse files
committed
composer install
1 parent 2bbb698 commit cb8cf29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push-test-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Check PHP Version
4141
run: php -v
4242

43+
- name: Composer install
44+
run: composer install --optimize-autoloader --prefer-dist
45+
4346
- name: Install WP Tests
4447
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp }} true
4548

0 commit comments

Comments
 (0)