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