test
Some checks failed
PHP Code Checker / Run PHP Code Checker (pull_request) Successful in 34s
Unit Testing / Run phpunit tests (pull_request) Failing after 1m1s

This commit is contained in:
André Menrath 2024-09-21 12:47:15 +02:00
parent 6020c1f277
commit 535e77c017
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -33,7 +33,7 @@
},
"scripts": {
"lint": [
"vendor/bin/phpcs -n -q"
"vendor/bin/phpcs"
],
"lint:fix": [
"vendor/bin/phpcbf"