Skip to content

Commit fd6cbf0

Browse files
committed
ci: install browser before component tests
1 parent 9b966c5 commit fd6cbf0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: 📦 Install dependencies
4141
run: pnpm install
4242

43+
- name: 🌐 Install browser
44+
run: pnpm playwright install
45+
4346
- name: 💪 Type check
4447
run: pnpm test:types
4548

0 commit comments

Comments
 (0)