Skip to content

Commit

Permalink
FIX: test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rogaldh committed Mar 4, 2024
1 parent 45139f9 commit cd48619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/cache@v3
id: playwright-cache
with:
path: .cache/ms-playwright
path: "~/.cache/ms-playwright"
key: ${{ runner.os }}-playwright-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-playwright-
Expand Down

0 comments on commit cd48619

Please sign in to comment.