Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9941d2fc6b |
8
.github/workflows/build-lint-test.yaml
vendored
8
.github/workflows/build-lint-test.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user