Changes to test tasks

- automatically creates config file
pull/21/head
Trivernis 6 years ago
parent 1797ed3fd7
commit 2e9d58983f

@ -35,6 +35,10 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run:
name: Creating config file
command: echo {} >> config.json
# run tests!
- run:
name: Testing ./lib/music

Loading…
Cancel
Save