Skip to content

Commit

Permalink
Add step to cache puppeteer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Nov 2, 2023
1 parent 32c2c64 commit 36246a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ jobs:
path: ~/.jest-cache
key: ${{ runner.os }}-jest-e2e-${{ matrix.part }}

- name: Setup puppeteer cache
uses: actions/[email protected]
with:
path: ~/.cache/puppeteer
key: ${{ runner.os }}-puppeteer

- name: Start Docker environment
run: npm run env:start:ci
env:
Expand Down

0 comments on commit 36246a6

Please sign in to comment.