From ba7e4e5bef5755f65a7976ac252ea708de1b8335 Mon Sep 17 00:00:00 2001 From: Joshua Elder Date: Fri, 26 Oct 2018 13:55:41 -0700 Subject: [PATCH] test multiline --- .circleci/config.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a9e3af0..fd00a47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,9 +34,6 @@ jobs: key: v1-dependencies-{{ checksum "package.json" }} # run tests! - - run: - name: Running ESLint with Airbnb Config - command: yarn lint - - run: - name: Running Jest tests - command: yarn jest \ No newline at end of file + - run: | + yarn lint + yarn jest \ No newline at end of file