From 34dbfc1f86042f20e29af41a0f835440bdf1fbf3 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 2 Mar 2022 11:23:02 +0000 Subject: [PATCH] Update --- .circleci/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52126941..72f778fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,13 +14,13 @@ jobs: - restore_cache: name: Restore Yarn Package Cache keys: - - yarn-packages-{{ checksum "yarn.lock" }} + - yarn-packages-{{ checksum "cider-yarn.lock" }} - run: name: Install Dependencies command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn - save_cache: name: Save Yarn Package Cache - key: yarn-packages-{{ checksum "yarn.lock" }} + key: yarn-packages-{{ checksum "cider-yarn.lock" }} paths: - ~/.cache/yarn - run: @@ -38,9 +38,6 @@ jobs: name: Start X VNC Server command: x11vnc -forever -nopw -create background: true - #- run: - #name: Base Functionality Testing - #command: yarn test - store_test_results: path: test-results - run: