Add --workspace-concurrency=1
This commit is contained in:
@@ -209,7 +209,7 @@ jobs:
|
|||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Build modules
|
- name: Build modules
|
||||||
run: pnpm -r --filter "./modules/**" run build
|
run: pnpm -r --workspace-concurrency=1 --filter "./modules/**" run build
|
||||||
|
|
||||||
- name: Setup playwright
|
- name: Setup playwright
|
||||||
uses: ./.github/actions/setup-playwright
|
uses: ./.github/actions/setup-playwright
|
||||||
|
|||||||
Reference in New Issue
Block a user