Skip to content

Commit

Permalink
fix parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 3, 2023
1 parent a8c334f commit db55ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build all workspace packages (type check)
- name: Build all workspace packages
run: npm run build

- name: Run linter for all packages
Expand Down Expand Up @@ -130,8 +130,8 @@ jobs:
path: ~/Library/Caches/ms-playwright
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}

- name: Build browser bundles for matrix ${{ matrix.group }})
run: npm run ci:build:browser:matrix:${{ matrix.group }}
- name: Build all workspace packages
run: npm run build

- name: Run dwn-server (background)
run: |
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"test:browser": "npm run test:browser --ws",
"test:node": "npm run test:node --ws",
"dwn-server":"node node_modules/@web5/dwn-server/dist/esm/src/main.js || true",
"ci:build:browser:matrix:a": "npm run build:browser --workspace packages/agent",
"ci:build:browser:matrix:b": "npm run build:browser --workspace packages/api --workspace packages/common --workspace packages/credentials --workspace packages/crypto --workspace packages/dids --workspace packages/identity-agent --workspace packages/proxy-agent --workspace packages/user-agent",
"ci:test:browser:matrix:a": "npm run test:browser --workspace packages/agent",
"ci:test:browser:matrix:b": "npm run test:browser --workspace packages/api --workspace packages/common --workspace packages/credentials --workspace packages/crypto --workspace packages/dids --workspace packages/identity-agent --workspace packages/proxy-agent --workspace packages/user-agent"
},
Expand Down

0 comments on commit db55ed1

Please sign in to comment.