Skip to content

Commit 354e390

Browse files
committed
add missing playwright install
1 parent b2008b8 commit 354e390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
provider: github
4343
- name: setup playwright
4444
run: pnpm exec playwright install-deps
45+
- name: setu playwright
46+
run: pnpm exec playwright install
4547
- name: Run Build
4648
run: pnpm build
4749
# We include the environment variables here so that the cache for turborepo

0 commit comments

Comments
 (0)