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
run: yarn
- name: Cache Playwright Browsers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-playwright-
~/.cache/ms-playwright/
key: ${{ runner.os }}-playwright-${{ hashFiles('yarn.lock') }}
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Download Wasm Cache