Skip to content

Commit 6ba0922

Browse files
committed
Fix installing the update server
1 parent 0025af5 commit 6ba0922

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
@@ -178,10 +178,10 @@ jobs:
178178
token: ${{ steps.app-token.outputs.token }}
179179
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
180180
persist-credentials: false
181-
path: 'compass-mongodb-com'
181+
path: compass-mongodb-com
182182
- name: Install Compass Update server
183183
if: matrix.install-update-server
184-
run: npm install --no-save --workspace packages/compass-smoke-tests ${{ github.workspace }}/compass-mongodb-com
184+
run: npm install --no-save --workspace packages/compass-smoke-tests ./compass-mongodb-com
185185

186186
- name: Run tests
187187
env:

0 commit comments

Comments
 (0)