Skip to content

rogerwintercircleci/circleci-multiple-orbs-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://github.com/CIRCLECI-GWP/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 81.2%
  • Python 18.8%