Skip to content

Commit be54489

Browse files
committed
Add playwright install step to CI step
1 parent 5a3d34f commit be54489

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
run: yarn
104104
- name: Build Packages
105105
run: yarn build
106+
- name: Download required playwright browsers
107+
run: yarn playwright install
106108
- name: Run Tests
107109
uses: GabrielBB/[email protected]
108110
with:

0 commit comments

Comments
 (0)