This commit is contained in:
Eli Brody 2023-11-06 18:54:09 -05:00
parent 316849ea1c
commit 3abb92a5c7
6 changed files with 70 additions and 4 deletions

View file

@ -32,7 +32,7 @@ jobs:
run: pnpm build
- name: Restore Playwright browsers from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}-${{ hashFiles('**/playwright.config.ts') }}