cache playwright follow up (#2605)

cache plawwright follow up
This commit is contained in:
Kurt Hutten
2024-06-05 15:53:21 +10:00
committed by GitHub
parent ecee51e82b
commit 1c58572234

View File

@ -47,13 +47,11 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: yarn run: yarn
- name: Cache Playwright Browsers - name: Cache Playwright Browsers
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
~/.cache/ms-playwright ~/.cache/ms-playwright/
key: ${{ runner.os }}-playwright-${{ hashFiles('**/package-lock.json') }} key: ${{ runner.os }}-playwright-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-playwright-
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: yarn playwright install --with-deps run: yarn playwright install --with-deps
- name: Download Wasm Cache - name: Download Wasm Cache