Add test command
Test / test_all (push) Failing after 33s Details

master
Gertjan Krol 2023-05-29 22:21:57 +02:00
parent b28dec9f34
commit 5228aaa242
2 changed files with 5 additions and 2 deletions

View File

@ -25,3 +25,5 @@ jobs:
run: composer security-check
- name: composer unused package check
run: composer unused-check
- name: composer normalize check
run: compsoer normalize --dry-run

View File

@ -69,7 +69,8 @@
"composer style",
"composer require-check",
"composer security-check",
"composer unused-check"
"composer unused-check",
"composer normalize --dry-run"
],
"unit": "vendor/bin/phpunit --configuration phpunit.xml --colors=never",
"unused-check": "vendor/bin/composer-unused"