You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently, the project is only built in CI to check for syntax errors. However, it would be great if we could run tests in CI as well, to catch regressions. A Fastlane command, test_ui is implemented. It works locally, but fails in CI.
Describe the solution you'd like
CloudsUITests should be executed in a GitHub Action, whether it be directly using Xcode commands, or through Fastlane if that is simpler.
The execution should occur as part of the Xcode workflow.
Describe alternatives you've considered
Could run tests locally, but that doesn't stop broken code from being shipped to master.