-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Maui Tests #82
base: main
Are you sure you want to change the base?
Add Maui Tests #82
Conversation
This reverts commit 179e5cd.
…dks being installed.
[Fact] | ||
[Trait("Category", "Workload")] | ||
[Trait("SkipIfPlatform", "LINUX")] | ||
[Trait("SkipIfPlatform", "OSX")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these maui tests should pass on Mac?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They surprisingly don't. They fail due to xCode being missing I believe. It might have been a version problem but I don't have the logs on hand to back that up as it's been a few weeks since I tried.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is likely a fixable machine problem, but installing xCode isn't probably something we should be doing as part of this execution I think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's sorta surprising...It should be installed by default (it supports the build tooling).
Initial PR to test OS compatibility. As this has a mac and android test, I expect things to be weird.