Skip to content

Commit b56fea2

Browse files
committed
fully install playwright
1 parent 37e3dcc commit b56fea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker/playwright.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && \
2020
# Install Playwright browsers and their OS-level dependencies.
2121
# `npx playwright install --with-deps` installs both browsers and
2222
# any missing system libraries (libglib, libatk, libnss, etc.).
23-
RUN npx playwright@${PLAYWRIGHT_VERSION} install --with-deps
23+
RUN npx playwright@${PLAYWRIGHT_VERSION} install chromium webkit firefox --with-deps
2424

2525
# Mark GitHub Actions workspace as safe for git.
2626
# The container runs as root but the workspace is owned by a different user,

0 commit comments

Comments
 (0)