Skip to content

[Fastlane.Swift] When FastlaneRunner fails, the exit code is 0 instead of 1 #21849

@pchmelar

Description

@pchmelar

New Issue Checklist

Issue Description

When swift run fastlaneRunner lane [lane] fails with some error, the exit code is 0. This presents a serious issue when running on CI, as the job fails, but a pipeline doesn't stop. The solution would be to handle this in onError, but that's not possible when using Fastlane.swift via SPM. 😥 It is already resolved in this PR - #20563 - can we please merge it? 🙏 It's the only major issue preventing us from using Fastlane.swift in production.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions