Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 tasks done
pchmelar opened this issue Feb 2, 2024 · 1 comment · May be fixed by #20563
Open
4 tasks done

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

pchmelar opened this issue Feb 2, 2024 · 1 comment · May be fixed by #20563

Comments

@pchmelar
Copy link

pchmelar commented Feb 2, 2024

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.

@pchmelar
Copy link
Author

@rogerluan @lacostej 🙏 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants