nyu-devops-summer-2021-inventory / inventories

The inventory resource keeps track of how many of each product we have in our warehouse.
1 stars 0 forks source link

Create the Build stage of the Continuous Delivery Pipeline #60

Open avllee21 opened 3 years ago

avllee21 commented 3 years ago

As a developer I need a build stage in my pipeline So that the pipeline on IBM Cloud automatically runs the unit tests

Assumptions

Acceptance criteria

Given I've opened a new pull request against the Inventories repository

When the build step of my pipeline has finished running

Then all of my unit tests will have been executed against my change
cslecrone commented 3 years ago

The build stage is configured: image