As a [Developer]
I need [GitHub Actions to run test cases every time someone pushes to master branch or submits a Pull Request]
So that [we ensure new code passes unit tests and is healthy]
Details and Assumptions
Create a .github/workflows/bdd.yml file
Configure to run Actions every time someone pushes to the master branch or submits a Pull Request
Acceptance Criteria
When a developer pushes to the master branch or submits a Pull Request,
Then the YAML files should be triggered.
As a [Developer] I need [GitHub Actions to run test cases every time someone pushes to master branch or submits a Pull Request] So that [we ensure new code passes unit tests and is healthy]
Details and Assumptions
Acceptance Criteria