You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Git repository contains a multi-module project, running the integration tests in a nested module will not properly detect changes made to that module. For example, a change to nested/pom.xml will not trigger full testing for the execution within nested as it's not detected as root build file change.
The text was updated successfully, but these errors were encountered:
…nt working directory.
Added a decorating FileModificationDetector implementation that filters changes to only return those that affect the current working directory, so that the detection works properly if executed from a nested folder in multi-module projects.
If a Git repository contains a multi-module project, running the integration tests in a nested module will not properly detect changes made to that module. For example, a change to
nested/pom.xml
will not trigger full testing for the execution withinnested
as it's not detected as root build file change.The text was updated successfully, but these errors were encountered: