We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a5c61 commit c0892f0Copy full SHA for c0892f0
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: "22"
21
cache: npm
22
cache-dependency-path: package-lock.json
23
- - run: npm ci
+ - run: npm ci --include=optional
24
- run: npm run lint:web
25
name: ESLint
26
- run: cd apps/web && npx tsc --noEmit
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
- run: cd apps/web && npx playwright install --with-deps chromium
78
name: Install Playwright browsers
79
- run: npm run test:e2e:chromium
0 commit comments