Skip to content

Commit 1c89cf1

Browse files
committed
chore: only download Chromium
1 parent b4056dc commit 1c89cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-static-web-apps-polite-desert-00b80111e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install dependencies
6969
run: npm ci
7070
- name: Install Playwright
71-
run: npx playwright install --with-deps
71+
run: npx playwright install chromium --with-deps
7272
- name: Run Playwright tests
7373
run: npm test
7474
env:

0 commit comments

Comments
 (0)