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 7ddeaf3 commit 9c8d66cCopy full SHA for 9c8d66c
.github/workflows/ci.yml
@@ -32,8 +32,8 @@ jobs:
32
coverage: xdebug #optional, setup coverage driver
33
tools: psalm, phpcbf, phpcs, phpunit:5.7.27
34
35
- - name: Check PHP Version
36
- run: php -v
+ - name: Install all depenencies
+ run: composer install
37
38
- name: Install WP Tests
39
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306 ${{ matrix.wp }} true
0 commit comments