Skip to content

CI integration : dry-run don't find any file #407

Description

@b3nkai

Hi!

We've got an issue since this commit:

andreaswolf/fractor-fractor@cb3dfff

When we execute fractor process --dry-run, the InMemoryFilesystemAdapter don't find any files so we've got this kind of error:

In ExtensionManagementUtility.php line 57:
                                                                               
  Neither composer.json nor ext_emconf.php found in the parent directories of  
   /drone/src/site/packages/site/Configuration/TSconfig/page.tsconfig          
                                                                               

process [-c|--config CONFIG] [-n|--dry-run] [-q|--quiet] [--clear-cache]

We are currently using the latest version of a9f/typo3-fractor 0.5.6 with latest dependencies with a basic configuration:

return FractorConfiguration::configure()
    ->withPaths([
        __DIR__ . '/packages'
    ])
    ->withSets([
        Typo3LevelSetList::UP_TO_TYPO3_13,
    ]);

To reproduce the problem, you have to start a new container (docker) and run the command with the --dry-run option.

I let ou decide how to fix that but the --dry-run option is unusable in a CI environment

Regards,
Benoit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions