Skip to content

Commit 9c8d66c

Browse files
committed
Fix the CI action
1 parent 7ddeaf3 commit 9c8d66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
coverage: xdebug #optional, setup coverage driver
3333
tools: psalm, phpcbf, phpcs, phpunit:5.7.27
3434

35-
- name: Check PHP Version
36-
run: php -v
35+
- name: Install all depenencies
36+
run: composer install
3737

3838
- name: Install WP Tests
3939
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306 ${{ matrix.wp }} true

0 commit comments

Comments
 (0)