NCIOCPL / cgov-digital-platform-dynamic-services

Legacy CDE Services
1 stars 2 forks source link

Story: Set up Continuous Integration builds #25

Closed blairlearn closed 2 years ago

blairlearn commented 2 years ago

As a developer, I want pull requests to automatically build the code, so I don't have to do it manually.

ESTIMATE TBD

Acceptance Criteria

Scenario: Build runs on pull request
  Given a pull request from a fork of the main repository
    And the code builds
   And the tests pass
  When  the pull request is submitted
  Then  The release artifact is attached to the CI run.

Resources:

Notes

Some complementary notes if necessary:


Solution

Prerequisites

Tasks

Technical Notes