Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Jan 9, 2025
1 parent 8c3a773 commit 0522ca9
Show file tree
Hide file tree
Showing 5 changed files with 940 additions and 932 deletions.
2 changes: 2 additions & 0 deletions .changeset/spicy-buckets-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
18 changes: 11 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ jobs:
- name: clean and build
run: ./gradlew clean build -Plog-tests
- name: Install dependencies
run: yarn
run: |
yarn
yarn turbo telemetry disable
- name: Build packages
run: yarn build
run: yarn retry -n 3 -- yarn build
- name: Run protocol tests
run: yarn test:protocols
run: yarn retry -n 3 -- yarn test:protocols

lint-typescript:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -95,15 +97,17 @@ jobs:
java-version: '17'
distribution: 'corretto'
- name: Install dependencies
run: yarn
run: |
yarn
yarn turbo telemetry disable
- name: Build packages
run: yarn build
run: yarn retry -n 3 -- yarn build
- name: Run unit tests
run: yarn test
run: yarn retry -n 3 -- yarn test
- name: Run integration tests
run: |
yarn config set enableImmutableInstalls false
yarn test:integration
yarn retry -n 3 -- yarn test:integration
ensure-typescript-formatted:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
compressionLevel: mixed
nodeLinker: node-modules

enableGlobalCache: false
yarnPath: .yarn/releases/yarn-4.5.3.cjs
1 change: 1 addition & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"directory": "packages/types"
},
"devDependencies": {
"@types/node": "^18.19.69",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
Expand Down
Loading

0 comments on commit 0522ca9

Please sign in to comment.