Skip to content

Commit f245c4e

Browse files
committed
Updated Github workflows
1 parent a0740bb commit f245c4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
node-version: '22.x'
1818
cache: 'pnpm'
1919
- run: pnpm install --frozen-lockfile
20-
- run: pnpm -r --sort run build
20+
- run: pnpm -r --sort --workspace-concurrency=1 run build
2121
- run: pnpm run lint

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: '22.x'
1818
cache: 'pnpm'
1919
- run: pnpm install --frozen-lockfile
20-
- run: pnpm -r --sort run build
20+
- run: pnpm -r --sort --workspace-concurrency=1 run build
2121
- name: Test contentstack
2222
working-directory: ./packages/contentstack
2323
run: pnpm test

0 commit comments

Comments
 (0)