File tree Expand file tree Collapse file tree 5 files changed +940
-932
lines changed Expand file tree Collapse file tree 5 files changed +940
-932
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ---
Original file line number Diff line number Diff line change @@ -53,11 +53,13 @@ jobs:
53
53
- name : clean and build
54
54
run : ./gradlew clean build -Plog-tests
55
55
- name : Install dependencies
56
- run : yarn
56
+ run : |
57
+ yarn
58
+ yarn turbo telemetry disable
57
59
- name : Build packages
58
- run : yarn build
60
+ run : yarn retry -n 3 -- yarn build
59
61
- name : Run protocol tests
60
- run : yarn test:protocols
62
+ run : yarn retry -n 3 -- yarn test:protocols
61
63
62
64
lint-typescript :
63
65
runs-on : ubuntu-latest
@@ -95,15 +97,17 @@ jobs:
95
97
java-version : ' 17'
96
98
distribution : ' corretto'
97
99
- name : Install dependencies
98
- run : yarn
100
+ run : |
101
+ yarn
102
+ yarn turbo telemetry disable
99
103
- name : Build packages
100
- run : yarn build
104
+ run : yarn retry -n 3 -- yarn build
101
105
- name : Run unit tests
102
- run : yarn test
106
+ run : yarn retry -n 3 -- yarn test
103
107
- name : Run integration tests
104
108
run : |
105
109
yarn config set enableImmutableInstalls false
106
- yarn test:integration
110
+ yarn retry -n 3 -- yarn test:integration
107
111
108
112
ensure-typescript-formatted :
109
113
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
- compressionLevel : mixed
1
+ nodeLinker : node-modules
2
2
3
- enableGlobalCache : false
3
+ yarnPath : .yarn/releases/yarn-4.5.3.cjs
Original file line number Diff line number Diff line change 46
46
"directory" : " packages/types"
47
47
},
48
48
"devDependencies" : {
49
+ "@types/node" : " ^18.19.69" ,
49
50
"concurrently" : " 7.0.0" ,
50
51
"downlevel-dts" : " 0.10.1" ,
51
52
"rimraf" : " 3.0.2" ,
You can’t perform that action at this time.
0 commit comments