From ceb2d451ac0a3cc4122d6f17191847e3e906cc66 Mon Sep 17 00:00:00 2001 From: Alon Valadji Date: Sun, 7 Oct 2018 23:27:51 +0300 Subject: [PATCH] :wrench: change step to test --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92d5150..8e0153b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2 jobs: - build: + test: docker: - image: circleci/node:10 @@ -26,4 +26,4 @@ workflows: version: 2 build: jobs: - - build \ No newline at end of file + - test \ No newline at end of file