Skip to content

Commit 76c8d98

Browse files
committed
Added deps to playwright
1 parent 5ae2460 commit 76c8d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Install Playwright browsers
4747
working-directory: ./e2e-playwright
48-
run: npx playwright install
48+
run: npx playwright install --with-deps
4949

5050
- name: Build with Gradle
5151
id: build_app

0 commit comments

Comments
 (0)