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:
5353 - name : clean and build
5454 run : ./gradlew clean build -Plog-tests
5555 - name : Install dependencies
56- run : yarn
56+ run : |
57+ yarn
58+ yarn turbo telemetry disable
5759 - name : Build packages
58- run : yarn build
60+ run : yarn retry -n 3 -- yarn build
5961 - name : Run protocol tests
60- run : yarn test:protocols
62+ run : yarn retry -n 3 -- yarn test:protocols
6163
6264 lint-typescript :
6365 runs-on : ubuntu-latest
@@ -95,15 +97,17 @@ jobs:
9597 java-version : ' 17'
9698 distribution : ' corretto'
9799 - name : Install dependencies
98- run : yarn
100+ run : |
101+ yarn
102+ yarn turbo telemetry disable
99103 - name : Build packages
100- run : yarn build
104+ run : yarn retry -n 3 -- yarn build
101105 - name : Run unit tests
102- run : yarn test
106+ run : yarn retry -n 3 -- yarn test
103107 - name : Run integration tests
104108 run : |
105109 yarn config set enableImmutableInstalls false
106- yarn test:integration
110+ yarn retry -n 3 -- yarn test:integration
107111
108112 ensure-typescript-formatted :
109113 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1- compressionLevel : mixed
1+ nodeLinker : node-modules
22
3- enableGlobalCache : false
3+ yarnPath : .yarn/releases/yarn-4.5.3.cjs
Original file line number Diff line number Diff line change 4646 "directory" : " packages/types"
4747 },
4848 "devDependencies" : {
49+ "@types/node" : " ^18.19.69" ,
4950 "concurrently" : " 7.0.0" ,
5051 "downlevel-dts" : " 0.10.1" ,
5152 "rimraf" : " 3.0.2" ,
You can’t perform that action at this time.
0 commit comments