Skip to content

Commit c0892f0

Browse files
fix: install optional native packages in CI
1 parent b0a5c61 commit c0892f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: "22"
2121
cache: npm
2222
cache-dependency-path: package-lock.json
23-
- run: npm ci
23+
- run: npm ci --include=optional
2424
- run: npm run lint:web
2525
name: ESLint
2626
- run: cd apps/web && npx tsc --noEmit
@@ -73,7 +73,7 @@ jobs:
7373
node-version: "22"
7474
cache: npm
7575
cache-dependency-path: package-lock.json
76-
- run: npm ci
76+
- run: npm ci --include=optional
7777
- run: cd apps/web && npx playwright install --with-deps chromium
7878
name: Install Playwright browsers
7979
- run: npm run test:e2e:chromium

0 commit comments

Comments
 (0)