-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
CircleCI builds the project's Dockerfile as part of continuous Integration. Additional steps in
config.yml should be added to exercise some commands against a fixture.
- Clone a NodeJS project at a tag like https://github.com/thegreenhouseio/angular-webapp-seed
- Install dependencies -
yarn install
(npm install
too?) - Run the build
yarn run build
- Run unit tests
yarn run test