File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/Test/Functional/Acceptance Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function _before(\CliTester $I): void
40
40
$ I ->addEceToolsGitRepoToComposer ();
41
41
$ I ->addDependencyToComposer ('magento/ece-tools ' , 'dev-develop as 2002.1.99 ' );
42
42
43
- $ I ->composerUpdate ();
43
+ $ I ->assertTrue ( $ I -> composerUpdate (), ' Composer update failed ' );
44
44
$ I ->cacheWorkDir (static ::TEMPLATE_VERSION );
45
45
}
46
46
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class AcceptanceCest extends AbstractCest
20
20
*/
21
21
public function testProductionMode (\CliTester $ I ): void
22
22
{
23
- $ I ->runEceDockerCommand ('build:compose --mode=production ' );
23
+ $ I ->assertTrue ( $ I -> runEceDockerCommand ('build:compose --mode=production ' ), ' Command build:compose failed ' );
24
24
$ I ->replaceImagesWithGenerated ();
25
25
$ I ->startEnvironment ();
26
26
$ I ->runDockerComposeCommand ('run build cloud-build ' );
Original file line number Diff line number Diff line change
1
+ memory_limit = 4G
You can’t perform that action at this time.
0 commit comments