Skip to content
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

housekeeping: Use GitHub Actions #168

Merged
merged 15 commits into from
Oct 28, 2020
Merged

housekeeping: Use GitHub Actions #168

merged 15 commits into from
Oct 28, 2020

Conversation

worldbeater
Copy link
Contributor

What kind of change does this PR introduce?

This PR converts the repository to using GitHub Actions. Closes #167

What is the current behavior?

Currently, we are using Azure Pipelines.

What is the new behavior?

Now, we are using GitHub Actions.

worldbeater and others added 14 commits October 28, 2020 11:11
@worldbeater
Copy link
Contributor Author

worldbeater commented Oct 28, 2020

So now the GitHub Actions CI is set up. Temporary disabled the following tests because they are failing now:

LibraryRangeNugetTest.cs
[InlineData("Xamarin.Forms", "4.*", "Xamarin.iOS10", Skip = "Failing")]
[InlineData("Xamarin.Forms", "4.*", "Xamarin.Mac20", Skip = "Failing")]

PackageIdentityNuGetTest.cs
[InlineData("Xamarin.Forms", "4.3.0.991250", "Xamarin.iOS10", Skip = "Failing")]

PlatformsIntegrationTests.cs
[InlineData(AutoPlatform.UWP, Skip = "Failing")]

Going to try fixing those. Shouldn't be related to the CI changes.

@worldbeater worldbeater marked this pull request as ready for review October 28, 2020 09:58
@worldbeater
Copy link
Contributor Author

worldbeater commented Oct 28, 2020

Fixed those Xamarin.Forms tests, now the only failing (and hence skipped) test left is the following:

PlatformsIntegrationTests.cs
[InlineData(AutoPlatform.UWP, Skip = "Failing")]

Was able to reproduce on a machine with Windows 10 SDK. Probably worth fixing in a separate PR?

@glennawatson glennawatson merged commit b8a9912 into main Oct 28, 2020
@glennawatson glennawatson deleted the to-gh-actions branch October 28, 2020 11:02
@reactiveui reactiveui locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: convert to GitHub actions
2 participants