From c00611e2f8f7cb2812773a81f8bac7308f92429c Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 27 Apr 2024 10:17:14 -0700 Subject: [PATCH] ci: fix playwright cache --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfba738..2bc6ed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/cache@v4 id: playwright-cache with: - path: /home/runner/.cache/ms-playwright + path: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-1.43.0 - name: Install dependencies