Skip to content

Commit 01d28e3

Browse files
Johannes TuchschererJohannes Tuchscherer
andauthored
Adding the playwrite install to the prod deploy step (#1048)
Co-authored-by: Johannes Tuchscherer <[email protected]>
1 parent 58996cc commit 01d28e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
node-version: 20
5050
cache: yarn
5151

52+
- name: playwright
53+
run: npx playwright install --with-deps
5254
- name: build
5355
run: make deps build-production
5456

0 commit comments

Comments
 (0)