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 0025af5 commit 6ba0922Copy full SHA for 6ba0922
.github/workflows/test-installers.yml
@@ -178,10 +178,10 @@ jobs:
178
token: ${{ steps.app-token.outputs.token }}
179
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
180
persist-credentials: false
181
- path: 'compass-mongodb-com'
+ path: compass-mongodb-com
182
- name: Install Compass Update server
183
if: matrix.install-update-server
184
- run: npm install --no-save --workspace packages/compass-smoke-tests ${{ github.workspace }}/compass-mongodb-com
+ run: npm install --no-save --workspace packages/compass-smoke-tests ./compass-mongodb-com
185
186
- name: Run tests
187
env:
0 commit comments