Skip to content

Commit a592980

Browse files
Avoid apt during Playwright browser install
GitHub's hosted runner already has the browser system dependencies needed for this VRT job. Installing only Chromium avoids failing the Argos job when external apt repositories are unavailable.
1 parent 2ebf292 commit a592980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: npm run build
4848

4949
- name: Install Playwright browser
50-
run: npx playwright install --with-deps chromium
50+
run: npx playwright install chromium
5151

5252
- name: Argos
5353
run: npm run test:vrt

0 commit comments

Comments
 (0)