As a Development Team Member
I need continuous integration for unit testing
So that pull requests can be more easily evaluated
Details and Assumptions
using github actions
use John's devopstudent/lab-github-actions repository as base
Acceptance Criteria
Given I have completed my branch and am ready to merge
When I submit a pull request
Then github automatically runs the tests and shows whether the tests have passed or failed
As a Development Team Member I need continuous integration for unit testing So that pull requests can be more easily evaluated
Details and Assumptions
use John's devopstudent/lab-github-actions repository as base
Acceptance Criteria