Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Sep 18, 2024
1 parent e096ba9 commit 12192fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/src/Environment/Environments/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ protected function up_docker_compose(): void {

if ( ! $up_process->isSuccessful() ) {
static::down( $this->env_info );
$this->output->writeln( file_get_contents( $this->env_info->temporary_env . '/docker-compose.yml' ) );
throw new \RuntimeException( "Failed to start the environment. Output: \n" . $up_process->getOutput() . $up_process->getErrorOutput() );
}

Expand Down

0 comments on commit 12192fe

Please sign in to comment.