From 441f5b2b05762889813332fa083cf9d2798feff9 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 10 Mar 2019 17:12:07 +0300 Subject: [PATCH] fix typo in circleci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 17ec48a..b24f005 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,5 +44,5 @@ jobs: command: npm test - run: - name: install frontend + name: test frontend command: cd frontend && npm test