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
Is your enhancement request related to a problem? Please describe.
Currently we can't run tests for any of the IOS apps because they aren't swift packages, but rather xcode projects. We'd like a simple action to run xcode build tests!
Describe the solution you'd like
Implement a simple github action that can run xcodebuild test command.
Implement practical example on how this works
Describe alternatives you've considered
Converting the IOS & ADMIN apps -> SPM. Downside is it will be harder to develop them in xcode
Is your enhancement request related to a problem? Please describe.
Currently we can't run tests for any of the IOS apps because they aren't swift packages, but rather xcode projects. We'd like a simple action to run xcode build tests!
Describe the solution you'd like
xcodebuild test
command.Describe alternatives you've considered
Converting the IOS & ADMIN apps -> SPM. Downside is it will be harder to develop them in xcode
Resources
https://medium.com/@ivaishali/xcode-command-line-tools-26f95ba6fb71
The text was updated successfully, but these errors were encountered: