From 581657a548079b1bccea90dcf08062af7157bcb1 Mon Sep 17 00:00:00 2001 From: Zelleg Date: Mon, 11 Oct 2021 10:55:25 +0200 Subject: [PATCH] update --- .circleci/config.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d5e4d6..76b5014 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,15 +18,11 @@ jobs: test: steps: - run: - name: Lint - command: yarn lint - - run: - name: yarn format check - command: yarn format:check - - run: - name: yarn test ci - command: yarn test - + name: Lint && format check && test ci + command: >- + yarn lint + yarn format:check + yarn test workflows: version: 2 build_and_test: