Disable cache

This commit is contained in:
Sidharth Vinod
2022-05-20 17:44:16 +05:30
parent d59b2fae26
commit c0025cfb50
+10 -10
View File
@@ -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: |