Skip to content

Commit 318d1e5

Browse files
ci: playwright install reduce to chromium
1 parent 52312da commit 318d1e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-on-pr-branch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: npm ci
1818

1919
- name: Install playwright browsers
20-
run: npx playwright install --with-deps
20+
run: npx playwright install chromium
2121

2222
- name: Run unit tests
2323
run: npm run-script test:unit
@@ -36,7 +36,7 @@ jobs:
3636
run: npm ci
3737

3838
- name: Install playwright browsers
39-
run: npx playwright install --with-deps
39+
run: npx playwright install chromium
4040

4141
- name: Run visual test
4242
run: npm run-script test:visual

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: npm ci
1818

1919
- name: Install playwright browsers
20-
run: npx playwright install --with-deps
20+
run: npx playwright install chromium
2121

2222
- name: Run tests
2323
run: npm run test

.github/workflows/update-screenshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: npm ci
1919

2020
- name: Install playwright browsers
21-
run: npx playwright install --with-deps
21+
run: npx playwright install chromium
2222

2323
- name: Run tests
2424
run: npm run test

0 commit comments

Comments
 (0)