mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat: add unit test action (#2)
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
"email": "damienwebdev@gmail.com"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test": "./vendor/bin/phpunit Test/Unit"
|
||||
},
|
||||
"archive": {
|
||||
"exclude": [
|
||||
"/docs",
|
||||
@@ -37,5 +40,8 @@
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user