Skip to content

Commit 285154d

Browse files
authored
Fix only unit tests being run in composer ci (#75)
1 parent 6b4032d commit 285154d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"scripts": {
5050
"ci": [
5151
"@static-analysis",
52-
"@tests:unit"
52+
"@tests"
5353
],
5454
"code-style:check": [
5555
"PHP_CS_FIXER_FUTURE_MODE=1 php-cs-fixer fix --dry-run --diff --ansi"
@@ -85,12 +85,9 @@
8585
"@rector:check"
8686
],
8787
"tests": [
88-
"@tests:unit",
88+
"@phpunit:unit",
8989
"@phpunit:phpstan",
9090
"@phpunit:rector"
91-
],
92-
"tests:unit": [
93-
"@phpunit:unit"
9491
]
9592
}
9693
}

0 commit comments

Comments
 (0)