We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0fb2f commit 4f511a5Copy full SHA for 4f511a5
src/Test/Functional/Acceptance/ScenarioExtensibilityCest.php
@@ -53,7 +53,7 @@ public function testScenarioExtensibilityAndPriority(\CliTester $I): void
53
$I->runDockerComposeCommand('run build cloud-build');
54
$I->startEnvironment();
55
56
- $cloudLog = $I->grabFileContent('/var/log/cloud.log', Docker::BUILD_CONTAINER);
+ $cloudLog = $I->grabFileContent('/init/var/log/cloud.log', Docker::BUILD_CONTAINER);
57
58
$I->assertStringContainsString(
59
'Step "copy-sample-data" was skipped',
0 commit comments