From 44a4545a8096bf01d6dd7bac3d56eeda9235a813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Wed, 25 Nov 2020 15:40:11 +0100 Subject: [PATCH] chore(ci): update Circle CI config --- .circleci/config.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ee11954b..c59b68af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ aliases: - &run_yarn_install name: Install dependencies - command: yarn install + command: yarn install --frozen-lockfile defaults: &defaults working_directory: ~/docsearch @@ -111,18 +111,9 @@ workflows: version: 2.1 ci: jobs: - - test_build: - filters: - branches: - only: next - - test_unit: - filters: - branches: - only: next - - test_lint: - filters: - branches: - only: next + - test_build + - test_unit + - test_lint - test_cypress - release: filters: