ecotoneframework / ecotone-dev

Ecotone Framework Development - This is Monorepo which contains all official public modules
https://docs.ecotone.tech
Other
37 stars 16 forks source link

CI: Better split testing with version constraints #344

Closed jlabedo closed 4 months ago

jlabedo commented 4 months ago

Description

prefer-lowest on Monorepo is inconsistent because of the high number of packages conflicting with lowest versions. To get a more accurate test on version constraints, the prefer-lowest strategy is applied during split testing.

Some package dependencies have been updated to make tests pass

Type of change