-
Notifications
You must be signed in to change notification settings - Fork 402
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
ci: teak tests #824
ci: teak tests #824
Conversation
Ok, tests are green right now. I'll create a ticket in appium repo to fix these skipped tests as help wanted label |
@@ -8,5 +8,6 @@ lane :test do | |||
scheme: ENV['SCHEME'], | |||
sdk: ENV['SDK'], | |||
destination: ENV['DEST'], | |||
number_of_retries: 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This flag let xcodebuild adds -retry-tests-on-failure
and -test-iterations
🎉 This PR is included in version 5.15.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It looks like Xcode 15 is still not so reliable. Lets fix tests first.