Skip to content

Commit 0522ca9

Browse files
committed
formatting
1 parent 8c3a773 commit 0522ca9

File tree

5 files changed

+940
-932
lines changed

5 files changed

+940
-932
lines changed

.changeset/spicy-buckets-behave.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/ci.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
compressionLevel: mixed
1+
nodeLinker: node-modules
22

3-
enableGlobalCache: false
3+
yarnPath: .yarn/releases/yarn-4.5.3.cjs

packages/types/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
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",

0 commit comments

Comments
 (0)