[Technical Questions] Build and Test / Test using xcodebuild or run fastlane cancelled #170
Unanswered
Calvin-Xu
asked this question in
Technical Questions
Replies: 1 comment 3 replies
-
I think this is an issue with our GitHub runner and the cleanup script; re-running the build might fix this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In what area do you have a technical challenge?
Xcode, Simulator & Previews
Description
We got the following error in the latest attempt to merge the main branch:
Build and Test / Test using xcodebuild or run fastlane
cancelled 25 minutes ago in 6h 0m 44s
Viewing the logs it seemed like it was not able to run one of the test suite that works fine locally (
TestFeedbridgeStandard
), perhaps due to concurrency issues?Reproduction
Triggering the GitHub Action run is probably sufficient. I am temporarily disabling that test suite to see if it would finish.
Expected behavior
Build and test passes like local.
Additional context
Test cases in question:
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions