GoogleCloudPlatform/jobs-demos

user-journeys: Fail the container if an error occurs during replay

steren opened this issue · 1 comments

It seems that if await runner.run(); returns an error, we are still displaying User journey N completed

we should probably wrap this line around a try / catch

We are now exiting with errors is the replay returns false, but we should still wrap around try / catch to catch any exception