Skip to content

Commit d6664d7

Browse files
committed
chore:
1 parent 07efe84 commit d6664d7

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

.github/workflows/actions/get-core-dependencies/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ runs:
1515
- name: Install Dependencies
1616
run: pnpm install --frozen-lockfile
1717
shell: bash
18+
19+
- name: Install Playwright Browsers
20+
run: npx playwright install --with-deps
21+
shell: bash

.github/workflows/test-component-starter.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ jobs:
5252
working-directory: ./tmp-component-starter
5353
shell: bash
5454

55-
- name: Install Playwright Browsers
56-
run: npx playwright install --with-deps
57-
shell: bash
58-
5955
- name: Build Starter Project
6056
run: npm run build
6157
working-directory: ./tmp-component-starter

.github/workflows/test-runtime.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
name: stencil-build
3434
path: packages/
3535

36-
- name: Install Playwright Browsers
37-
run: npx playwright install --with-deps
38-
shell: bash
39-
4036
- name: Runtime Tests
4137
run: pnpm --filter "@stencil-core-tests/runtime" test
4238
shell: bash

.github/workflows/test-ssr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
name: stencil-build
3434
path: packages/
3535

36-
- name: Install Playwright Browsers
37-
run: npx playwright install --with-deps
38-
shell: bash
39-
4036
- name: SSR Tests
4137
run: pnpm --filter "@stencil-core-tests/ssr" test
4238
shell: bash

0 commit comments

Comments
 (0)