Skip to content

Commit 75a6c20

Browse files
committed
ci: install browser for website checks
1 parent c53dffb commit 75a6c20

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
cache: npm
2020
- run: npm ci
2121
- run: npm run check
22+
- run: npx playwright install --with-deps chromium
2223
- run: npm run test:website:e2e

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ node_modules/
77
playwright-report/
88
test-results/
99
website/dist/
10+
.vercel
11+
.env*

0 commit comments

Comments
 (0)