fix automated phpcs test in action

This commit is contained in:
David Remer 2020-09-01 14:44:02 +03:00
parent f2723c523e
commit f21e7e095f

View file

@ -29,4 +29,4 @@ jobs:
- name: Run test suite
run: ./vendor/bin/phpunit
- name: Run Woocommerce coding standards
run: ./vendor/bin/phpcs src inc modules.local --extensions=php
run: ./vendor/bin/phpcs src inc modules --extensions=php