sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
175 stars 4 forks source link

fix: cli tests randomly fail #469

Closed thantos closed 11 months ago

thantos commented 11 months ago

The logs lambda was timing out and then silently failing the logs command. Added error reporting to the logs command along with an increased timeout on the system command lambda.

Also refactored the build/test github action to be smaller units in with more in parallel.