Skip to content

Commit

Permalink
Supplement CI install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Richter committed Apr 15, 2024
1 parent 56e6824 commit 98ffc73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@
"post-autoload-dump": [
"TYPO3\\TestingFramework\\Composer\\ExtensionTestEnvironment::prepare"
],
"ci": [ "@ci:php", "@ci:tests" ],
"ci": [ "@ci:install", "@ci:php", "@ci:tests" ],
"ci:php": [ "@ci:php:stan" ],
"ci:php:stan": [ "Build/Scripts/runTests.sh -s phpstan" ],
"ci:tests": [ "@ci:tests:unit", "@ci:tests:functional" ],
"ci:tests:unit": [ "Build/Scripts/runTests.sh -s unit" ],
"ci:tests:functional": [ "Build/Scripts/runTests.sh -s functional" ]
"ci:tests:functional": [ "Build/Scripts/runTests.sh -s functional" ],
"ci:install": [ "Build/Scripts/runTests.sh -s composerInstall -b docker" ]
},
"extra": {
"typo3/cms": {
Expand Down

0 comments on commit 98ffc73

Please sign in to comment.