Skip to content

Commit 7f635ee

Browse files
committed
Caching the downloads directory
1 parent cd1823c commit 7f635ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ jobs:
110110
with:
111111
node-version: 20
112112
cache: "npm"
113+
- name: Cache downloads
114+
uses: actions/cache@v2
115+
with:
116+
key: smoke-tests-downloads-${{ inputs.version }}-${{ matrix.platform.name }}-${{ matrix.platform.arch }}-${{ matrix.format }}
117+
path: packages/compass-smoke-tests/.downloads
113118
- name: Install dependencies
114119
run: npm ci
115120
- name: Run tests

0 commit comments

Comments
 (0)