Skip to content

Commit ab08801

Browse files
committed
Cache busters
1 parent 5580a1c commit ab08801

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
path: |
4343
**/node_modules
44-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
44+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
4545
lookup-only: true
4646
- uses: actions/setup-node@v4
4747
if: steps.node_modules.outputs.cache-hit != 'true'
@@ -55,10 +55,10 @@ jobs:
5555
with:
5656
path: |
5757
**/node_modules
58-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
58+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
5959
restore-keys: |
60-
runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
61-
runtime-node_modules-v6-
60+
runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-
61+
runtime-node_modules-v7-
6262
- run: yarn install --frozen-lockfile
6363
if: steps.node_modules.outputs.cache-hit != 'true'
6464
- name: Save cache
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
path: |
6969
**/node_modules
70-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
70+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
7171

7272
runtime_compiler_node_modules_cache:
7373
name: Cache Runtime, Compiler node_modules
@@ -154,10 +154,10 @@ jobs:
154154
with:
155155
path: |
156156
**/node_modules
157-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
157+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
158158
restore-keys: |
159-
runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
160-
runtime-node_modules-v6-
159+
runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-
160+
runtime-node_modules-v7-
161161
- name: Ensure clean build directory
162162
run: rm -rf build
163163
- run: yarn install --frozen-lockfile
@@ -184,10 +184,10 @@ jobs:
184184
with:
185185
path: |
186186
**/node_modules
187-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
187+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
188188
restore-keys: |
189-
runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
190-
runtime-node_modules-v6-
189+
runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-
190+
runtime-node_modules-v7-
191191
- name: Ensure clean build directory
192192
run: rm -rf build
193193
- run: yarn install --frozen-lockfile
@@ -216,7 +216,7 @@ jobs:
216216
with:
217217
path: |
218218
**/node_modules
219-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
219+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
220220
- name: Ensure clean build directory
221221
run: rm -rf build
222222
- run: yarn install --frozen-lockfile
@@ -483,10 +483,10 @@ jobs:
483483
with:
484484
path: |
485485
**/node_modules
486-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
486+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
487487
restore-keys: |
488-
runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
489-
runtime-node_modules-v6-
488+
runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-
489+
runtime-node_modules-v7-
490490
- name: Ensure clean build directory
491491
run: rm -rf build
492492
- run: yarn install --frozen-lockfile
@@ -548,10 +548,10 @@ jobs:
548548
with:
549549
path: |
550550
**/node_modules
551-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
551+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
552552
restore-keys: |
553-
runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
554-
runtime-node_modules-v6-
553+
runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-
554+
runtime-node_modules-v7-
555555
- name: Ensure clean build directory
556556
run: rm -rf build
557557
- run: yarn install --frozen-lockfile
@@ -588,10 +588,10 @@ jobs:
588588
with:
589589
path: |
590590
**/node_modules
591-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
591+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
592592
restore-keys: |
593-
runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
594-
runtime-node_modules-v6-
593+
runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-
594+
runtime-node_modules-v7-
595595
- name: Ensure clean build directory
596596
run: rm -rf build
597597
- run: yarn install --frozen-lockfile
@@ -740,10 +740,10 @@ jobs:
740740
with:
741741
path: |
742742
**/node_modules
743-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
743+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
744744
restore-keys: |
745-
runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
746-
runtime-node_modules-v6-
745+
runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-
746+
runtime-node_modules-v7-
747747
- name: Ensure clean build directory
748748
run: rm -rf build
749749
- run: yarn install --frozen-lockfile
@@ -802,10 +802,10 @@ jobs:
802802
with:
803803
path: |
804804
**/node_modules
805-
key: runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
805+
key: runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
806806
restore-keys: |
807-
runtime-node_modules-v6-${{ runner.arch }}-${{ runner.os }}-
808-
runtime-node_modules-v6-
807+
runtime-node_modules-v7-${{ runner.arch }}-${{ runner.os }}-
808+
runtime-node_modules-v7-
809809
- name: Ensure clean build directory
810810
run: rm -rf build
811811
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)