From 2b18312fe5f52b0a84cf882b981f5208fcbe6ac9 Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Thu, 5 Nov 2020 21:36:22 +0100 Subject: [PATCH] workflow --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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