An Application for showing how to configure multiple CircleCI orbs on CI
run the following command on your terminal to clone the repository:
git clone git@github.com:mwaz/circleci-multiple-orbs-config.git
cd circleci-multiple-orbs-config
Install the dependencies using the following command:
cd nodejs-cli
npm install
Install the dependencies using the following command:
cd flask-api
pip install -r requirements.txt
cd nodejs-cli
npm test
cd flask-api
pytest
This repo is built following a tutorial published on CircleCI blog under the CircleCI Guest Writer Program.
- Blog post: Multiple CircleCI Orbs Pipeline Configuration
- Author's GitHub profile: Waweru Mwaura