-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add configuration for duplicate-packages integ tests #8217
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8217 +/- ##
=======================================
Coverage 77.76% 77.76%
=======================================
Files 233 233
Lines 16283 16283
Branches 3475 3475
=======================================
Hits 12662 12662
Misses 3514 3514
Partials 107 107 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻
This pull request has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Description of changes
Configures CircleCI to run new integration tests used to capture various errors caused by duplicate packages. Please see docs PR 3215 and js PR 8083 for documentation regarding this error.
Issue #, if available
docs PR 3215
js PR 8083
Description of how you validated changes
Ran an integration test workflow in our CircleCI pipeline to ensure config changes properly run the
duplicate-packages
Cypress tests:https://app.circleci.com/pipelines/github/aws-amplify/amplify-js/7763/workflows/8240bb12-7cca-49eb-9c9f-9890116371cc
Checklist
yarn test
passesTests are changed or addedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.