Skip to content

Commit

Permalink
ci: fix playwright cache
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Apr 27, 2024
1 parent 7a7b303 commit c00611e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c00611e

Please sign in to comment.