Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pipelines/ci.yml
Original file line number Diff line number Diff line change
@@ -179,6 +179,7 @@ stages:
register_sub
docker compose up e2e
# Check if the E2E tests failed
E2E_EXIT_CODE=$?
if [ $E2E_EXIT_CODE -ne 0 ]; then
echo "##vso[task.logissue type=error] E2E tests failed. Check the logs for more details."
exit 1

0 comments on commit c3aa772

Please sign in to comment.