Disable cache
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user