albertonogueira / devops-capstone-project

Repo for the #14 DevOps Capstone Project
Apache License 2.0
0 stars 0 forks source link

Need the Ability to Automate Continuous Integration Checks #11

Open albertonogueira opened 1 year ago

albertonogueira commented 1 year ago

As a Developer I need automation to build and test every pull request So that I do not have to rely on manual testing of each request, which is time-consuming

Assumptions

Acceptance Criteria

Given code is ready to be merged
When a pull request is created
Then GitHub Actions should run linting and unit tests
And the badge should show that the build is passing