Skip to content

Commit

Permalink
Defaultize docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Richter committed Apr 15, 2024
1 parent 98ffc73 commit d01abe8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
],
"ci": [ "@ci:install", "@ci:php", "@ci:tests" ],
"ci:php": [ "@ci:php:stan" ],
"ci:php:stan": [ "Build/Scripts/runTests.sh -s phpstan" ],
"ci:php:stan": [ "Build/Scripts/runTests.sh -s phpstan -b docker" ],
"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:install": [ "Build/Scripts/runTests.sh -s composerInstall -b docker" ]
"ci:tests:unit": [ "Build/Scripts/runTests.sh -s unit -b docker" ],
"ci:tests:functional": [ "Build/Scripts/runTests.sh -s functional -b docker" ],
"ci:install": [ "Build/Scripts/runTests.sh -s composerInstall -b docker -b docker" ]
},
"extra": {
"typo3/cms": {
Expand Down

0 comments on commit d01abe8

Please sign in to comment.