From 35d3b89c7a4a3a85f11cd1dfa6ae57264ee36fcb Mon Sep 17 00:00:00 2001 From: Neel Coffin Date: Tue, 3 Nov 2020 14:12:54 +0100 Subject: [PATCH] adding underscore to manage build error --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b1944c..46cfeed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,11 +59,10 @@ jobs: POSTGRES_PASSWORD: pspwd steps: - checkout - - restore cache: + - restore_cache: name: restore yarn package cache key: yarn-packages-v2{{ checksum "yarn.lock" }} - - run: - command: yarn test:e2e + - run: yarn test:e2e workflows: build_and_test: