1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 03:30:05 +00:00

fix(build): add cypress binary to the cache

This commit is contained in:
mulahasanovic
2025-12-12 17:11:58 +01:00
parent 8246722ae8
commit cd64ebc518
4 changed files with 20 additions and 12 deletions

View File

@@ -21,12 +21,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
# 2. Restore npm cache manually
- name: Restore npm cache
# 2. Restore npm and cypress cache manually
- name: Restore npm and cypress cache
uses: actions/cache@v3
id: npm-cache
with:
path: ~/.npm
path: |
~/.npm
~/.cypress/Cypress
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-

View File

@@ -23,12 +23,14 @@ jobs:
node-version:
${{ matrix.node-version }}
# 2. Restore npm cache manually
- name: Restore npm cache
# 2. Restore npm and cypress cache manually
- name: Restore npm and cypress cache
uses: actions/cache@v3
id: npm-cache
with:
path: ~/.npm
path: |
~/.npm
~/.cypress/Cypress
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-

View File

@@ -23,12 +23,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
# 2. Restore npm cache manually
- name: Restore npm cache
# 2. Restore npm and cypress cache manually
- name: Restore npm and cypress cache
uses: actions/cache@v3
id: npm-cache
with:
path: ~/.npm
path: |
~/.npm
~/.cypress/Cypress
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-

View File

@@ -21,12 +21,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
# 2. Restore npm cache manually
- name: Restore npm cache
# 2. Restore npm and cypress cache manually
- name: Restore npm and cypress cache
uses: actions/cache@v3
id: npm-cache
with:
path: ~/.npm
path: |
~/.npm
~/.cypress/Cypress
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-