aj-govil / AppDevII-FocusApp

This tasking application manages your tasks in a unique way to improve productivity.
GNU General Public License v3.0
0 stars 0 forks source link

Enforce build on pull request and push #82

Closed michaelhaaf closed 9 months ago

michaelhaaf commented 10 months ago

title: Enforce build on pull request and push milestone: Milestone 4b Requirements label: enhancement

Requirement

The latest version of your main branch should build on a branch new machine (i.e. not just on your developer machine). Your code and your gradle configurations should be able to reliably build your project code on the main branch.

Priority

Finish as soon as possible (after Fix build on main)

Expected behavior

Successful workflow documented on your GitHub. See a successful build on my KotlinWithCompose repo for an example. This should trigger under the following conditions:

Resources

Before completing this ticket: