From 2e9d58983f4110ff4a7e4b45acac1ea6e9d22ba2 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Tue, 22 Jan 2019 21:28:40 +0100 Subject: [PATCH] Changes to test tasks - automatically creates config file --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e091506..7ce1a29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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