The CI job uses one step to install dependencies and report them. The installation log starts from line 1:
And the reporting log starts 1000 lines later:
It is cumbersome when trying to review the dependencies versions. The dependency reporting should use a separate step so that reviewers can quickly show them.
The CI job uses one step to install dependencies and report them. The installation log starts from line 1:
And the reporting log starts 1000 lines later:
It is cumbersome when trying to review the dependencies versions. The dependency reporting should use a separate step so that reviewers can quickly show them.