diff --git a/.circleci/config.yml b/.circleci/config.yml index 79267f9..8b1944c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,6 +57,13 @@ jobs: POSTGRES_USER: psuser POSTGRES_DB: psdb POSTGRES_PASSWORD: pspwd + steps: + - checkout + - restore cache: + name: restore yarn package cache + key: yarn-packages-v2{{ checksum "yarn.lock" }} + - run: + command: yarn test:e2e workflows: build_and_test: