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