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

Github Action: Run Tests as part of the PR #2

Open
marcstreeter opened this issue Jul 30, 2023 · 0 comments
Open

Github Action: Run Tests as part of the PR #2

marcstreeter opened this issue Jul 30, 2023 · 0 comments

Comments

@marcstreeter
Copy link
Collaborator

marcstreeter commented Jul 30, 2023

As a developer I want confidence that code additions do not result in regressions. Each bug that is found needs to have a new test that would prevent the bug from recurring and any new code would run said tests whenever proposed for addition and thus bugs should be less likely to reappear after inclusion (but only with this feature: that tests are run with each PR)

Acceptance Criteria

  • docker image is used to do testing to reduce discrepancies between production and testing environments
  • docker image is not persisted or pushed to docker since it is only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant