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 b630298 commit 4048e21Copy full SHA for 4048e21
.github/workflows/test-installers.yml
@@ -115,8 +115,8 @@ jobs:
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
+ - name: Install dependencies and build packages
+ run: npm run bootstrap-ci
120
- name: Run tests
121
env:
122
EVERGREEN_BUCKET_NAME: ${{ inputs.bucket_name }}
0 commit comments