jeromemanzano / WebBrowser

Cross-platform Web browser using WPF, Avalonia, Rx.NET, DynamicData, Akavache, CefSharp, WKWebView, Microsoft.Web.WebView2, NUnit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup CI/CD pipeline

jeromemanzano opened this issue · comments

Description

The goal of this issue is to implement a CI/CD pipeline that allows for automated building, testing, and deployment of code changes.

Acceptance criteria

  • When pull request is created, unit tests should run
  • Merge should only be allowed when all unit tests run successfully
  • When changes are merged, a new release build should be created