NYU-Shopcarts / shopcarts

A collection of products to buy
0 stars 2 forks source link

Part 4: Add `Build` stage to pipeline (Build + Test using `nosetests`) #61

Closed pranaypareek closed 6 years ago

pranaypareek commented 6 years ago

(Add a Unit Test Stage to the pipeline to run your units tests with nosetests)

As a developer

I need a Build stage in our pipeline

So that we can make sure all new code pushed is safe

Assumptions:

Acceptance Criteria:

Given that the Build Stage with the Build and Test jobs are created
When new code is pushed to GitHub
Then that should trigger the Build job and the Test job
pranaypareek commented 6 years ago

This was done as part of adding persistence. The Build stage is up and green in nyu-shopcart-pipeline-s18

pranaypareek commented 6 years ago

Unassigning things and moving it back to New Issues.