Skip to content

Commit dab27da

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112
with:
113113
path: |
114114
node_modules
115-
**/node_modules
116115
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
117116
fail-on-cache-miss: true
118117

@@ -157,7 +156,6 @@ jobs:
157156
with:
158157
path: |
159158
node_modules
160-
**/node_modules
161159
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
162160
fail-on-cache-miss: true
163161

@@ -187,7 +185,6 @@ jobs:
187185
with:
188186
path: |
189187
node_modules
190-
**/node_modules
191188
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
192189
fail-on-cache-miss: true
193190

0 commit comments

Comments
 (0)