andromedaprotocol/andromeda-core

CI Build Script Not Throwing Errors

Closed this issue · 0 comments

Describe the bug

In our current CI script the build process can silently error as seen here.

To Reproduce

View failed build without error here

Expected behavior

This process should have failed as the build script did not pass

Additional context

This is likely caused by the build.sh script not exiting with a correct signal. We could also potentially shift to use workspace-optimizer but that may require some work.