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
The CI that runs as GitHub Actions seems to only build the lambda runtime without installing it and consuming in a project that would subsequently be packaged.
This way any installation/packaging misconfiguration errors may slip past. It seems this already happened (#179).
I propose to add building and packaging a minimalistic demo project (e.g. the one from readme) as a CI step.
The text was updated successfully, but these errors were encountered:
The CI that runs as GitHub Actions seems to only build the lambda runtime without installing it and consuming in a project that would subsequently be packaged.
This way any installation/packaging misconfiguration errors may slip past. It seems this already happened (#179).
I propose to add building and packaging a minimalistic demo project (e.g. the one from readme) as a CI step.
The text was updated successfully, but these errors were encountered: