Skip to content

Commit 72d1cf7

Browse files
committed
Running "bootstrap-ci" instead of "ci"
1 parent 7f635ee commit 72d1cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-installers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ jobs:
115115
with:
116116
key: smoke-tests-downloads-${{ inputs.version }}-${{ matrix.platform.name }}-${{ matrix.platform.arch }}-${{ matrix.format }}
117117
path: packages/compass-smoke-tests/.downloads
118-
- name: Install dependencies
119-
run: npm ci
118+
- name: Install dependencies and build packages
119+
run: npm run bootstrap-ci
120120
- name: Run tests
121121
env:
122122
EVERGREEN_BUCKET_NAME: ${{ inputs.bucket_name }}

0 commit comments

Comments
 (0)