Skip to content

Commit b28d71d

Browse files
authored
MCLOUD-7523: Add using a new tests infrastructure to MCC repo (#7)
1 parent 5b3bf20 commit b28d71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Functional/Acceptance/AcceptanceCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testPatches(\CliTester $I, \Codeception\Example $data): void
5050
{
5151
$this->prepareTemplate($I, $data['magentoVersion']);
5252
$this->removeESIfExists($I, $data['magentoVersion']);
53-
$I->runEceDockerCommand('build:compose --mode=production');
53+
$I->generateDockerCompose('--mode=production');
5454
$I->runDockerComposeCommand('run build cloud-build');
5555
$I->startEnvironment();
5656
$I->runDockerComposeCommand('run deploy cloud-deploy');

0 commit comments

Comments
 (0)