Fix tests

This commit is contained in:
Mikołaj Pich 2019-05-10 09:35:20 +02:00
parent 533c236bce
commit f426d092e9
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -9,8 +9,8 @@ jobs:
path: ~/signer
- run: composer install
- run: php ./php/tests/signer_test.php
js:
working_directory: ~/signer/js
node:
working_directory: ~/signer/node
docker:
- image: circleci/node:8
steps:
@ -43,6 +43,6 @@ workflows:
test:
jobs:
- php
- js
- node
- jvm
- python