Tooling: fix caching path.

This commit is contained in:
Vladimir Reznichenko 2024-06-27 09:04:15 +02:00
parent e67d189ec1
commit a832104e81
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ runs:
- name: 'Cache Playwright Dependencies'
uses: 'actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319'
with:
path: '!/.cache/ms-playwright/'
path: '~/.cache/ms-playwright/'
key: "${{ runner.os }}-playwright-${{ hashFiles( '**/pnpm-lock.yaml' ) }}"
restore-keys: '${{ runner.os }}-playwright-'
- name: 'Setup Node'