Skip to content

Commit

Permalink
Update CI truffle path
Browse files Browse the repository at this point in the history
  • Loading branch information
morrigan committed Apr 2, 2019
1 parent 6b6abf7 commit d36af65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
command: docker-compose run --no-deps --rm backend npm run test
- run:
name: Run contract tests
command: docker-compose run --rm backend truffle "test *"
command: docker-compose run --rm backend node_modules/.bin/truffle "test *"
- run:
name: Save docker layers cache
command: |
Expand Down
Empty file added backend/toptal.js
Empty file.

0 comments on commit d36af65

Please sign in to comment.