diff --git a/.circleci/config.yml b/.circleci/config.yml index de5ed69..79a4149 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,8 +42,8 @@ jobs: - checkout - restore_cache: key: yarn-packages-{{ checksum "yarn.lock" }} - - run: yarn test:e2e - save_cache: key: yarn-packages-{{ checksum "yarn.lock" }} paths: - - ./node_modules \ No newline at end of file + - ./node_modules + - run: yarn test:e2e