[Technical Questions] Issue with PR after merging #51
-
In what area do you have a technical challenge?Xcode, Simulator & Previews DescriptionHello! I am having some issues with the merging of my PR, specifically it looks like it's failing the workflow run. Here is an image that shows what's happening: ReproductionI received an email about the test failing. You can view it here: https://github.com/CS342Industry/2024-Nourish/actions/runs/7620466606 Expected behaviorAll of the tests passed in my PR (the 7/7) so I am not sure what exactly is failing. I would appreciate any guidance on how to fix the issue and understand what is failing. Thank you! Additional contextNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@EmilyMacias Thank you for sharing this issue! This build failure happed because we were updating our Build Agents right when your build was running. It seems like the build agent went offline right when the upload artifact build was running. If you experience something like this, I would suggest to try re-running all failed builds. You can find this right in the build UI: |
Beta Was this translation helpful? Give feedback.
@EmilyMacias Thank you for sharing this issue! This build failure happed because we were updating our Build Agents right when your build was running. It seems like the build agent went offline right when the upload artifact build was running.
If you experience something like this, I would suggest to try re-running all failed builds. You can find this right in the build UI: