feat(build-lint-test): add caching for .cache folders

This commit is contained in:
2025-05-07 08:31:43 +03:30
parent b00b7468a1
commit 9941d2fc6b

View File

@@ -44,6 +44,14 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: 🗂️ Cache .cache folders
uses: actions/cache@v4
with:
path: packages/**/.cache
key: ${{ runner.os }}-cache
restore-keys: |
${{ runner.os }}-cache-
- name: 📥 Install Dependencies
run: yarn install --immutable