Skip to content

Commit c1db6bc

Browse files
committed
CCM-10981: wip
1 parent dab27da commit c1db6bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/cache@v4
6363
with:
6464
path: node_modules
65-
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
65+
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
6666

6767
- name: 'Install dependencies'
6868
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
path: |
8888
node_modules
89-
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
89+
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
9090
fail-on-cache-miss: true
9191

9292
- name: 'Generate dependencies'
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
path: |
114114
node_modules
115-
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
115+
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
116116
fail-on-cache-miss: true
117117

118118
- name: 'Generate dependencies'
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
path: |
158158
node_modules
159-
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
159+
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
160160
fail-on-cache-miss: true
161161

162162
- name: 'Generate dependencies'
@@ -185,7 +185,7 @@ jobs:
185185
with:
186186
path: |
187187
node_modules
188-
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
188+
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
189189
fail-on-cache-miss: true
190190

191191
- name: 'Generate dependencies'

0 commit comments

Comments
 (0)