You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a: Developer I need: the ability to continuously test my code So that: I can know if a Pull Request has broken the build
Assumptions:
We will use GutHub Actions
Need to tell GitHub Actions that we need a Redis database
Acceptance Criteria:
Given I have set up GitHub Actions
When I make a Pull Request
Then my automated tests should run automatically
And if they fail the build will be stopped
The text was updated successfully, but these errors were encountered:
As a: Developer
I need: the ability to continuously test my code
So that: I can know if a Pull Request has broken the build
Assumptions:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: