fix(workflow): remove cache
All checks were successful
Workflow / build (push) Successful in 38s

This commit is contained in:
Ilia Mashkov
2026-01-14 15:54:19 +03:00
parent a72c0e8136
commit 83397f3786

View File

@@ -25,9 +25,9 @@ jobs:
corepack enable
corepack prepare yarn@stable --activate
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
# - name: Get yarn cache directory path
# id: yarn-cache-dir-path
# run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
# - name: Persistent Yarn Cache
# uses: actions/cache@v4