Fix tests
This commit is contained in:
parent
533c236bce
commit
f426d092e9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue