File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
- orbs :
4
-
5
-
6
3
workflows :
7
- route4me-nodejs-sdk :
8
- jobs :
9
- - node/test :
10
- version : ' 14.18'
11
- pkg-manager : npm
4
+ test :
5
+ jobs :
6
+ - test
7
+
8
+ jobs :
9
+ test :
10
+ docker :
11
+ - image : cimg/node:14.18
12
+ steps :
13
+ - checkout
14
+ - run :
15
+ name : Install dependencies
16
+ command : npm install
17
+ - run :
18
+ name : Run Tests
19
+ command : npm run test
20
+
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Access Route4Me's logistics-as-a-service API using our Node.js SDK
2
2
-------------------
3
3
4
4
5
+ [ ![ CircleCI] ( https://circleci.com/gh/route4me/route4me-nodejs-sdk/tree/master.svg?style=svg )] ( https://circleci.com/gh/route4me/route4me-nodejs-sdk/tree/master )
6
+
5
7
[ ![ npm version] ( https://img.shields.io/npm/v/route4me-node.svg )] [ NPM ]
6
8
[ ![ npm downloads] ( https://img.shields.io/npm/dm/route4me-node.svg )] [ NPM ]
7
9
[ ![ GitHub stars] ( https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Star )] ( https://github.com/route4me/route4me-node-sdk )
You can’t perform that action at this time.
0 commit comments