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 https://github.com/CIRCLECI-GWP/circleci-multiple-orbs-config.git
cd circleci-multiple-orbs-configInstall the dependencies using the following command:
cd nodejs-cli
npm installInstall the dependencies using the following command:
cd flask-api
pip install -r requirements.txtcd nodejs-cli
npm testcd flask-api
pytestThis 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