Skip to content

Commit

Permalink
ci: fix playwright cache (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Apr 27, 2024
1 parent 7a7b303 commit 6789dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -16,7 +16,7 @@ jobs:
- uses: actions/cache@v4
id: playwright-cache
with:
path: /home/runner/.cache/ms-playwright
path: /Users/runner/Library/Caches/ms-playwright
key: ${{ runner.os }}-playwright-1.43.0

- name: Install dependencies
Expand Down

0 comments on commit 6789dea

Please sign in to comment.