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
|
||||
- run: npm install
|
||||
- run: ./node_modules/.bin/mocha
|
||||
nodehebe:
|
||||
node-hebe:
|
||||
working_directory: ~/signer-hebe/hebe-node
|
||||
docker:
|
||||
- image: circleci/node:12
|
||||
|
@ -53,5 +53,6 @@ workflows:
|
|||
jobs:
|
||||
- php
|
||||
- node
|
||||
- node-hebe
|
||||
- jvm
|
||||
- python
|
||||
|
|
Loading…
Reference in a new issue