Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 478 Bytes

04-setup-ci.md

File metadata and controls

19 lines (14 loc) · 478 Bytes

Setup Continuous Integration

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 GitHub 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