Skip to content

Commit

Permalink
Stop caching browsers on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Nov 19, 2023
1 parent 67a6c91 commit 6f60582
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ jobs:
cache-dependency-path: ./package.json
node-version-file: package.json

# https://playwrightsolutions.com/playwright-github-action-to-cache-the/
- name: Cache Playwright binaries
uses: actions/cache@v3
id: playwright-cache
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ hashFiles('package-lock.json') }}

- name: Install deps
run: npm install

Expand Down

0 comments on commit 6f60582

Please sign in to comment.