Add node-hebe to circleci workflow

This commit is contained in:
Mikołaj Pich 2020-03-14 19:56:19 +01:00
parent d567b426db
commit b1150ae5a9

View file

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