/circleci-multiple-orbs-config

Uitlizing both orbs and legacy circleci config

Primary LanguageJavaScript

Multiple CircleCI Orbs Pipeline Configuration

CircleCI

An Application for showing how to configure multiple CircleCI orbs on CI

Clone the repository:

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 - JS

Install the dependencies using the following command:

cd nodejs-cli

npm install

Install the dependencies - Python

Install the dependencies using the following command:

cd flask-api

pip install -r requirements.txt

Running tests - JS

cd nodejs-cli

npm test

Running tests - Python

cd flask-api

pytest

Details

This repo is built following a tutorial published on CircleCI blog under the CircleCI Guest Writer Program.

About CircleCI Guest Writer Program