test
This commit is contained in:
parent
6020c1f277
commit
535e77c017
2 changed files with 2 additions and 2 deletions
|
@ -68,6 +68,6 @@ jobs:
|
|||
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 6.6
|
||||
|
||||
- name: Unit Testing
|
||||
run: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && phpunit
|
||||
run: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && ./vendor/bin/phpunit
|
||||
env:
|
||||
PHP_VERSION: ${{ matrix.php-versions }}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"lint": [
|
||||
"vendor/bin/phpcs -n -q"
|
||||
"vendor/bin/phpcs"
|
||||
],
|
||||
"lint:fix": [
|
||||
"vendor/bin/phpcbf"
|
||||
|
|
Loading…
Reference in a new issue