Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need the ability to automate continuous integration checks #14

Closed
austurist opened this issue Jun 1, 2023 · 0 comments
Closed

Need the ability to automate continuous integration checks #14

austurist opened this issue Jun 1, 2023 · 0 comments
Assignees
Labels
technical debt Technical debt

Comments

@austurist
Copy link
Owner

austurist commented Jun 1, 2023

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

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
@austurist austurist added the technical debt Technical debt label Jun 1, 2023
@austurist austurist self-assigned this Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt Technical debt
Projects
None yet
Development

No branches or pull requests

1 participant