-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix(aws): Add layer build output to nx cache #17148
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
Conversation
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.
Bug: Unintended Test Configuration Removal
The sentryTest: { "skip": true }
configuration was unintentionally removed from the package.json
files of the aws-lambda-layer-esm
and aws-lambda-layer-cjs
e2e test applications. This change, unrelated to the PR's stated purpose, will enable previously skipped tests and could lead to unexpected CI behavior.
dev-packages/e2e-tests/test-applications/aws-lambda-layer-esm/package.json#L20-L23
sentry-javascript/dev-packages/e2e-tests/test-applications/aws-lambda-layer-esm/package.json
Lines 20 to 23 in 814d125
"volta": { | |
"extends": "../../package.json" | |
} | |
} |
dev-packages/e2e-tests/test-applications/aws-lambda-layer-cjs/package.json#L20-L23
sentry-javascript/dev-packages/e2e-tests/test-applications/aws-lambda-layer-cjs/package.json
Lines 20 to 23 in 814d125
"volta": { | |
"extends": "../../package.json" | |
} | |
} |
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.
🚀
size-limit report 📦
|
No description provided.