From 3a622112c2840d368b72a154122e48ee8fc7baf2 Mon Sep 17 00:00:00 2001 From: Tim Cosgrove Date: Tue, 3 Dec 2024 10:12:44 -0800 Subject: [PATCH] Restore removed caching for cypress step. --- .github/workflows/continuous-integration.yml | 8 ++++---- .github/workflows/install/action.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b2b5675498..4aa850b64c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -416,10 +416,10 @@ jobs: - name: Install dependencies uses: ./.github/workflows/install timeout-minutes: 30 - # with: - # key: ${{ hashFiles('yarn.lock') }} - # yarn_cache_folder: .cache/yarn - # path: .cache + with: + key: ${{ hashFiles('yarn.lock') }} + yarn_cache_folder: .cache/yarn + path: .cache - name: Start server run: node src/platform/testing/e2e/test-server.js --buildtype vagovprod --port=3002 & diff --git a/.github/workflows/install/action.yml b/.github/workflows/install/action.yml index 30df24f85d..52a6935272 100644 --- a/.github/workflows/install/action.yml +++ b/.github/workflows/install/action.yml @@ -37,7 +37,7 @@ runs: run: npm i -g yarn@1.19.1 - name: Cache dependencies - if: ${{ inputs.path && inputs.path != null }} + # if: ${{ inputs.path && inputs.path != null }} id: cache-dependencies uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 with: