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
Suggest-coauthors command lists the local contributors to the git repo. When testing in the CI it's important to check out the whole repository over just a single commit because a single commit will only contain one contributor. The tests check for an old contributor and so this will cause a failure. See here this publish failure.
Current mitigation
I've moved the minified test into the main CI to catch the issues earlier. However to have more control over the test data/environment a different solution might be helpful.
Suggested solution
Extend the temporarily created repo for testing to include commits with different authors. Then test one of them shows when running the suggest coauthors command.
The text was updated successfully, but these errors were encountered:
Context
Suggest-coauthors command lists the local contributors to the git repo. When testing in the CI it's important to check out the whole repository over just a single commit because a single commit will only contain one contributor. The tests check for an old contributor and so this will cause a failure. See here this publish failure.
Current mitigation
I've moved the minified test into the main CI to catch the issues earlier. However to have more control over the test data/environment a different solution might be helpful.
Suggested solution
Extend the temporarily created repo for testing to include commits with different authors. Then test one of them shows when running the suggest coauthors command.
The text was updated successfully, but these errors were encountered: