File tree 8 files changed +16
-16
lines changed
8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 37
37
id : node_modules
38
38
with :
39
39
path : " **/node_modules"
40
- key : compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
40
+ key : compiler-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
41
41
- run : yarn install --frozen-lockfile
42
42
- run : npx playwright install --with-deps chromium
43
43
- run : CI=true yarn test
Original file line number Diff line number Diff line change 47
47
id : node_modules
48
48
with :
49
49
path : " **/node_modules"
50
- key : compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
50
+ key : compiler-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
51
51
- run : yarn install --frozen-lockfile
52
52
- name : Publish packages to npm
53
53
run : |
Original file line number Diff line number Diff line change 47
47
uses : actions/cache@v4
48
48
with :
49
49
path : " **/node_modules"
50
- key : compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
50
+ key : compiler-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
51
51
- run : yarn install --frozen-lockfile
52
52
- run : yarn workspace babel-plugin-react-compiler lint
53
53
67
67
id : node_modules
68
68
with :
69
69
path : " **/node_modules"
70
- key : compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
70
+ key : compiler-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
71
71
- run : yarn install --frozen-lockfile
72
72
- run : yarn workspace babel-plugin-react-compiler jest
73
73
91
91
id : node_modules
92
92
with :
93
93
path : " **/node_modules"
94
- key : compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
94
+ key : compiler-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
95
95
- run : yarn install --frozen-lockfile
96
96
- run : xvfb-run -a yarn workspace ${{ matrix.workspace_name }} test
97
97
if : runner.os == 'Linux' && matrix.workspace_name == 'react-forgive'
Original file line number Diff line number Diff line change 30
30
id : node_modules
31
31
with :
32
32
path : " **/node_modules"
33
- key : runtime-release-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
33
+ key : runtime-release-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
34
34
- name : Ensure clean build directory
35
35
run : rm -rf build
36
36
- run : yarn install --frozen-lockfile
64
64
id : node_modules
65
65
with :
66
66
path : " **/node_modules"
67
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
67
+ key : runtime-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
68
68
- name : Ensure clean build directory
69
69
run : rm -rf build
70
70
- run : yarn install --frozen-lockfile
@@ -121,7 +121,7 @@ jobs:
121
121
id : node_modules
122
122
with :
123
123
path : " **/node_modules"
124
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
124
+ key : runtime-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
125
125
- run : yarn install --frozen-lockfile
126
126
- name : Restore all archived build artifacts
127
127
uses : actions/download-artifact@v4
@@ -155,7 +155,7 @@ jobs:
155
155
id : node_modules
156
156
with :
157
157
path : " **/node_modules"
158
- key : runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
158
+ key : runtime-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
159
159
- run : yarn install --frozen-lockfile
160
160
- name : Restore all archived build artifacts
161
161
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 74
74
id : node_modules
75
75
with :
76
76
path : " **/node_modules"
77
- key : runtime-release-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
77
+ key : runtime-release-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
78
78
- name : Ensure clean build directory
79
79
run : rm -rf build
80
80
- run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 40
40
id : node_modules
41
41
with :
42
42
path : " **/node_modules"
43
- key : runtime-release-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
43
+ key : runtime-release-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
44
44
- name : Ensure clean build directory
45
45
run : rm -rf build
46
46
- run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 72
72
id : node_modules
73
73
with :
74
74
path : " **/node_modules"
75
- key : runtime-release-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
75
+ key : runtime-release-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
76
76
- name : Ensure clean build directory
77
77
run : rm -rf build
78
78
- run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 29
29
uses : actions/cache@v4
30
30
with :
31
31
path : " **/node_modules"
32
- key : shared-lint-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
32
+ key : shared-lint-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
33
33
- name : Ensure clean build directory
34
34
run : rm -rf build
35
35
- run : yarn install --frozen-lockfile
49
49
uses : actions/cache@v4
50
50
with :
51
51
path : " **/node_modules"
52
- key : shared-lint-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
52
+ key : shared-lint-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
53
53
- name : Ensure clean build directory
54
54
run : rm -rf build
55
55
- run : yarn install --frozen-lockfile
69
69
uses : actions/cache@v4
70
70
with :
71
71
path : " **/node_modules"
72
- key : shared-lint-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
72
+ key : shared-lint-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
73
73
- name : Ensure clean build directory
74
74
run : rm -rf build
75
75
- run : yarn install --frozen-lockfile
89
89
uses : actions/cache@v4
90
90
with :
91
91
path : " **/node_modules"
92
- key : shared-lint-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
92
+ key : shared-lint-node_modules-v3- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
93
93
- name : Ensure clean build directory
94
94
run : rm -rf build
95
95
- run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments