mirror of https://github.com/vuejs/core.git
ci: cache chromium binary
This commit is contained in:
parent
6fdea68e96
commit
bcc76e9395
|
@ -46,6 +46,12 @@ jobs:
|
||||||
|
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
|
|
||||||
|
- name: Setup cache for Chromium binary
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: ~/.cache/puppeteer/chrome
|
||||||
|
key: chromium-${{ hashFiles('pnpm-lock.yaml') }}
|
||||||
|
|
||||||
- name: Run e2e tests
|
- name: Run e2e tests
|
||||||
run: pnpm run test-e2e
|
run: pnpm run test-e2e
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue