diff --git a/.drone.star b/.drone.star index 4db102d9a..865ea74bb 100644 --- a/.drone.star +++ b/.drone.star @@ -240,7 +240,7 @@ def main(ctx): test_pipelines.append( pipelineDependsOn( purgeBuildArtifactCache(ctx), - failEarly(ctx, True) + testPipelines(ctx), + testPipelines(ctx), ), )