Skip to content

Commit db65a2c

Browse files
committed
reduce playwright dependencies installed and add playwright install for npm publish CI
1 parent eea649c commit db65a2c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/npm_publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- name: Install Depencencies
2222
run: yarn install
2323

24+
- name: Install Playwright
25+
run: yarn playwright install
26+
run: yarn playwright install-deps chromium
27+
run: yarn playwright install-deps firefox
28+
2429
- name: Build, Test, and Package
2530
run: yarn preversion
2631
env:

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131

3232
- name: Install Playwright
3333
run: yarn playwright install
34-
35-
- name: Install Playwright Dependencies
36-
run: yarn playwright install-deps
34+
run: yarn playwright install-deps chromium
35+
run: yarn playwright install-deps firefox
3736

3837
- name: Build
3938
run: yarn build:prod

0 commit comments

Comments
 (0)