Skip to content

Commit

Permalink
ci: cache chromium binary
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 14, 2022
1 parent 6fdea68 commit bcc76e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 46,12 @@ jobs:

- 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
run: pnpm run test-e2e

Expand All @@ -69,7 75,7 @@ jobs:
run: pnpm run lint

# - name: Run prettier
# run: pnpm run format-check
# run: pnpm run format-check

- name: Run type declaration tests
run: pnpm run test-dts
Expand Down

0 comments on commit bcc76e9

Please sign in to comment.