Skip to content

Commit 7b7a032

Browse files
committed
ci: switch to installing dev dependencies for phpunit tests
1 parent bb4b6b1 commit 7b7a032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install WordPress Test Suite
5252
run: composer install-wp-tests
5353
- name: Install Composer dependencies
54-
run: composer install --prefer-dist --no-progress --no-suggest --no-dev
54+
run: composer install --prefer-dist --no-progress --no-suggest
5555
- name: Run phpunit
5656
run: composer phpunit
5757
phpstan:

0 commit comments

Comments
 (0)