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 --exec command doesn't care about the return code in recent version.
This is problematic if you use --exec to run your tests, as the exit code will always be 0 (no problem), and thus your pipeline will consider all tests pass correctly.
The text was updated successfully, but these errors were encountered:
With serverless-offline 5.5.1:
With serverless-offline 3.16.0:
The --exec command doesn't care about the return code in recent version.
This is problematic if you use --exec to run your tests, as the exit code will always be 0 (no problem), and thus your pipeline will consider all tests pass correctly.
The text was updated successfully, but these errors were encountered: