Skip to content

Commit

Permalink
Tweak playwright CI install
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Oct 17, 2024
1 parent de8eb28 commit 13d404b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ jobs:
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: 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
- name: Install playwright
run: playwright install --with-deps ${{ matrix.browser }}

- name: Run testsuite
Expand Down

0 comments on commit 13d404b

Please sign in to comment.