We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002712a commit b630298Copy full SHA for b630298
.github/workflows/test-installers.yml
@@ -110,6 +110,11 @@ jobs:
110
with:
111
node-version: 20
112
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
118
- name: Install dependencies
119
run: npm ci
120
- name: Run tests
0 commit comments