Skip to content

Commit 1550e88

Browse files
Fix CI
1 parent 390d47d commit 1550e88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: npm
30-
- run: npm ci
30+
- run: npm ci --workspaces
3131
env:
3232
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
3333
- run: npm run test:types

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
cache: npm
23-
- run: npm ci
23+
- run: npm ci --workspaces
2424
env:
2525
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
2626
- run: npm run test:types

0 commit comments

Comments
 (0)