timcanby1 / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Need the ability to automate continuous integration checks #13

Open timcanby1 opened 9 months ago

timcanby1 commented 9 months ago

Need the ability to automate continuous integration checks 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 GitHub Actions will be used for the automation workflow The workflow must include code linting and testing The Docker image should be postgres:alpine for the database A GitHub Actions badge should be added to the README.md to reflect the build status

Acceptance Criteria

Generated by Zenhub AI