ankenyr / jellyfin-youtube-metadata-plugin

Youtube Metadata Plugin for Jellyfin
GNU Affero General Public License v3.0
510 stars 33 forks source link

Preliminary setup for using github actions to build releases, run tests, etc. #50

Closed simcop2387 closed 2 years ago

simcop2387 commented 2 years ago

I'll redo and squash this before actually saying it's ready, but here's a start of using github actions to create a pre-release based on current master branch.

Those are the immediate things I see that are needed for this, let me know if you see any other issues with doing it this way

simcop2387 commented 2 years ago

Also forgot to mention that it does run dotnet test, but they fail right now so it ignores the failure. That's something that should be addressed (either fixing the tests, the code, or i'm running them wrong)

ankenyr commented 2 years ago

Thanks for the commit, I changed that one line back since it is required as far as I can tell.