@@ -47,4 +47,4 @@ jobs:
run: composer analyze
- name: Execute tests
- run: vendor/bin/pest --coverage --colors=always
+ run: composer test
@@ -54,6 +54,6 @@
},
"scripts": {
"analyze": "phpstan",
- "test": "pest"
+ "test": "pest --colors=always"
}