Skip to content

Retry serverless deployments in end-to-end pipeline

Description

Because of #33 (closed) function / app deployments sometimes fail in the end-to-end testing pipeline. Using retry: 1 allows us to recover from a failure until we fix the bug.

Merge request reports