From c0025cfb5090a7891420b21d78eebce0e0f10956 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 20 May 2022 17:44:16 +0530 Subject: [PATCH] Disable cache --- .github/workflows/cypress.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 714c0b6f..389c9c5c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -16,16 +16,16 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: actions/cache@v3 - id: yarn-and-build-cache - with: - path: | - ~/.cache/Cypress - build - node_modules - key: ${{ runner.os }}-node_modules-build-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-node_modules-build- + # - uses: actions/cache@v3 + # id: yarn-and-build-cache + # with: + # path: | + # ~/.cache/Cypress + # build + # node_modules + # key: ${{ runner.os }}-node_modules-build-${{ hashFiles('**/yarn.lock') }} + # restore-keys: | + # ${{ runner.os }}-node_modules-build- - name: Build & Lint run: |