File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
.github/actions/install-all-build-libs Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ yarn --cwd redisinsight/api
7
7
8
8
# build
9
9
10
- # yarn build:statics
10
+ yarn build:statics
11
11
yarn build:ui
12
12
yarn --cwd ./redisinsight/api build:prod
Original file line number Diff line number Diff line change 36
36
node-version : ' 20.15'
37
37
# disable cache for windows
38
38
# https://github.com/actions/setup-node/issues/975
39
- # cache: ${{ runner.os != 'Windows' && 'yarn' || '' }}
40
- # cache-dependency-path: ${{ runner.os != 'Windows' && '**/yarn.lock' || '' }}
41
- cache : ' yarn'
42
- cache-dependency-path : ' **/yarn.lock'
39
+ cache : ${{ runner.os != 'Windows' && 'yarn' || '' }}
40
+ cache-dependency-path : ${{ runner.os != 'Windows' && '**/yarn.lock' || '' }}
43
41
44
42
- name : Setup Python
45
43
# if: ${{ contains(inputs.skip-electron-deps, '1') }}
Original file line number Diff line number Diff line change 41
41
"artifactName" : " Redis-Insight-${os}-${arch}.${ext}" ,
42
42
"entitlements" : " resources/entitlements.mac.plist" ,
43
43
"entitlementsInherit" : " resources/entitlements.mac.plist" ,
44
- "gatekeeperAssess" : false ,
45
- "identity" : null
44
+ "gatekeeperAssess" : false
46
45
},
47
46
"mas" : {
48
47
"mergeASARs" : false ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ module.exports = {
40
40
'<rootDir>/redisinsight/ui/src/packages' ,
41
41
'<rootDir>/redisinsight/ui/src/mocks' ,
42
42
] ,
43
- coverageDirectory : './coverage' ,
43
+ coverageDirectory : './report/ coverage' ,
44
44
coveragePathIgnorePatterns : [
45
45
'/node_modules/' ,
46
46
'<rootDir>/redisinsight/api' ,
You can’t perform that action at this time.
0 commit comments