Skip to content

Commit bcc76e9

Browse files
committed
ci: cache chromium binary
1 parent 6fdea68 commit bcc76e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646

4747
- run: pnpm install
4848

49+
- name: Setup cache for Chromium binary
50+
uses: actions/cache@v3
51+
with:
52+
path: ~/.cache/puppeteer/chrome
53+
key: chromium-${{ hashFiles('pnpm-lock.yaml') }}
54+
4955
- name: Run e2e tests
5056
run: pnpm run test-e2e
5157

@@ -69,7 +75,7 @@ jobs:
6975
run: pnpm run lint
7076

7177
# - name: Run prettier
72-
# run: pnpm run format-check
78+
# run: pnpm run format-check
7379

7480
- name: Run type declaration tests
7581
run: pnpm run test-dts

0 commit comments

Comments
 (0)