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: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-
|
${{ 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
|
- name: 📥 Install Dependencies
|
||||||
run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user