Add node-hebe to circleci workflow
This commit is contained in:
parent
d567b426db
commit
b1150ae5a9
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
path: ~/signer
|
path: ~/signer
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: ./node_modules/.bin/mocha
|
- run: ./node_modules/.bin/mocha
|
||||||
nodehebe:
|
node-hebe:
|
||||||
working_directory: ~/signer-hebe/hebe-node
|
working_directory: ~/signer-hebe/hebe-node
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:12
|
- image: circleci/node:12
|
||||||
|
@ -53,5 +53,6 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- php
|
- php
|
||||||
- node
|
- node
|
||||||
|
- node-hebe
|
||||||
- jvm
|
- jvm
|
||||||
- python
|
- python
|
||||||
|
|
Loading…
Reference in a new issue