MichielProost / Perfect-Plate

This Android application allows cheffs around the world to create, review and discover new recipes. Users can gain experience and level up in this app by completing challenges like creating a certain amount of recipes.
1 stars 2 forks source link

Implement CI/CD (Continuous integration/Continuous development) #33

Closed Nuytemans-Dieter closed 3 years ago

Nuytemans-Dieter commented 3 years ago

This entails automatic testing when pushing to a certain branch. And even automatically publishing the app after certain actions. A setup like this would simplify the development process and could even contain unit testing (which is more interesting than the current testing setup).

Take a look at this article.

Nuytemans-Dieter commented 3 years ago

Automatic build test (GitHub action) has been implemented in 187db169a6ebd9a198103d8c4ef45c8169bf22a4