From 666d55d5a02a149e1ec21ac33c302f31ccabcade Mon Sep 17 00:00:00 2001 From: Neel Coffin Date: Mon, 2 Nov 2020 11:48:38 +0100 Subject: [PATCH] fix ident --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2f09ae2..5229ac4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: POSTGRES_DB: psdb steps: - checkout - - restore_cache: + - restore_cache: name: restore yarn package cache key: yarn-packages-v2{{ checksum "yarn.lock" }} - run: yarn test:e2e