feat(macOS): enable tests in NextcloudDev builds.#10167
Conversation
Signed-off-by: Camila Ayres <hello@camilasan.com>
|
Artifact containing the AppImage: nextcloud-appimage-pr-10167.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|
i2h3
left a comment
There was a problem hiding this comment.
But why? There is no need for them here. This shell script and the Xcode workspace have the purpose for developers to build, run and debug the app and its extensions on macOS. Including the mostly unnecessary build (none are run, as far as I can tell) of Craft test target will slow down the feedback loop.
The file provider extension code is tested differently by selecting the NextcloudFileProviderKit package scheme and running the Xcode test action.
To build and run the Craft blueprint tests Xcode, this scheme and shell script can be completely circumvented, invoking mac-crafter directly.



Resolves
Build the tests by default.
Checklist
AI (if applicable)