Maintenance: e2e tests failing #1046
Labels
automation
This item relates to automation
completed
This item is complete and has been merged/shipped
Milestone
Bug description
E2E tests are failing after the changes related to #826.
There’s a dependency issue in the job section that tests the layers, and as far as I can tell it’s because it’s requiring something from commons but we are installing the dependencies only in
[layer-publisher](https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/layer-publisher)
.Expected Behavior
E2E tests passing.
Current Behavior
See here.
Possible Solution
I remember advocating for this usage during review, now I'm wondering if we should use the published version or the local one. If the local one then we'll have to install
commons
in that job.Steps to Reproduce
N/A
Environment
main
Related issues, RFCs
#826
The text was updated successfully, but these errors were encountered: