File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
actions/get-core-dependencies Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments