Skip to content

Commit 62884c2

Browse files
committed
fix: update cache path for vendor directory in Playwright workflow
1 parent af81222 commit 62884c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/cache/save@v4
8282
with:
8383
path: |
84-
vendor
84+
src/vendor
8585
node_modules
8686
key: ${{ runner.os }}-deps-${{ steps.deps-hash.outputs.deps_hash }}
8787

0 commit comments

Comments
 (0)