Which module?
Quality assurance - continuous integration
Is it a solution suggestion to a problem?
This feature reduces the review time of future PRs.
Describe the feature you would like to be implemented
Each integration should be verified by an automated build and automated tests. This should be implemented so that we can detect errors quickly and pinpoint the specific change that introduced a defect to the stack.
The suggested CI process implementation using GitHub Actions workflow, on each pull request or push on a branch:
Pulls a docker with all the software dependencies of our source code
Which module? Quality assurance - continuous integration
Is it a solution suggestion to a problem? This feature reduces the review time of future PRs.
Describe the feature you would like to be implemented Each integration should be verified by an automated build and automated tests. This should be implemented so that we can detect errors quickly and pinpoint the specific change that introduced a defect to the stack.
The suggested CI process implementation using GitHub Actions workflow, on each pull request or push on a branch: