Skip to content

Commit c96397b

Browse files
committed
only install chromium in most places
1 parent 93e96a2 commit c96397b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,8 @@ jobs:
641641

642642
- name: Install Playwright
643643
uses: ./.github/actions/install-playwright
644+
with:
645+
browsers: chromium
644646

645647
- name: Run Playwright Loader tests
646648
env:
@@ -752,8 +754,12 @@ jobs:
752754
uses: ./.github/actions/restore-cache
753755
env:
754756
DEPENDENCY_CACHE_KEY: ${{ needs.job_build.outputs.dependency_cache_key }}
757+
755758
- name: Install Playwright
756759
uses: ./.github/actions/install-playwright
760+
with:
761+
browsers: chromium
762+
757763
- name: Run integration tests
758764
env:
759765
NODE_VERSION: ${{ matrix.node }}
@@ -955,6 +961,8 @@ jobs:
955961

956962
- name: Install Playwright
957963
uses: ./.github/actions/install-playwright
964+
with:
965+
browsers: chromium
958966

959967
- name: Get node version
960968
id: versions
@@ -1052,6 +1060,8 @@ jobs:
10521060

10531061
- name: Install Playwright
10541062
uses: ./.github/actions/install-playwright
1063+
with:
1064+
browsers: chromium
10551065

10561066
- name: Get node version
10571067
id: versions
@@ -1152,6 +1162,8 @@ jobs:
11521162

11531163
- name: Install Playwright
11541164
uses: ./.github/actions/install-playwright
1165+
with:
1166+
browsers: chromium
11551167

11561168
- name: Get node version
11571169
id: versions

0 commit comments

Comments
 (0)