nunit / nunit-console

NUnit Console runner and test engine
MIT License
212 stars 149 forks source link

Develop a new CI build running under GitHub Actions #1435

Open CharliePoole opened 2 weeks ago

CharliePoole commented 2 weeks ago

AppVeyor is continuing to have issues so creating an alternative approach is necessary. This should be relatively simple since all it has to do is kick off our build.cake with the proper options and handle the results.

@veleek Are you familiar with GitHub actions? Would you be willing to take this?

CharliePoole commented 2 weeks ago

It appears that @OsirisTerje has started this already. We can use this as a basis. I am inclined to leave the logic of what actions to take to the Cake recipe rather than calling cake multiple times for a push, but that's open for discussion.

CharliePoole commented 1 day ago

@veleek Any progress on this?