Skip to content

Commit

Permalink
Merge pull request #1450 from maykinmedia/disable-playwright-browser-…
Browse files Browse the repository at this point in the history
…cache

Disable playwright browser cache in CI
  • Loading branch information
alextreme authored Oct 17, 2024
2 parents 224f34b + 728a457 commit 2f79b73
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,6 @@ jobs:
setup-node: 'yes'
npm-ci-flags: '--legacy-peer-deps'

# See https://playwright.dev/python/docs/ci#caching-browsers
- name: Cache Playwright browser
id: cache-browser
uses: actions/cache@v3
with:
path: /home/runner/.cache/ms-playwright
key: ${{ runner.os }}-${{ matrix.browser }}-playwright-${{ hashFiles('requirements/ci.txt') }}

- name: Install playwright deps
run: playwright install --with-deps ${{ matrix.browser }}

Expand Down

0 comments on commit 2f79b73

Please sign in to comment.