Skip to content

Commit b8d4715

Browse files
authored
Add Playwright browser installation step
Added step to install Playwright browsers with dependencies.
1 parent 621a87a commit b8d4715

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
env:
4848
POSTGRES_HOST: postgres
4949
POSTGRES_PORT: 5432
50+
51+
52+
- name: Install Playwright Browsers
53+
run: npx playwright install --with-deps
5054

5155
- name: Run tests
5256
env:

0 commit comments

Comments
 (0)