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 1a616c7 commit 59e0c13Copy full SHA for 59e0c13
.github/workflows/test-installers.yml
@@ -185,3 +185,10 @@ jobs:
185
working-directory: packages/compass-smoke-tests
186
# Using --skipUninstalling --skipCleanup because the runners are ephemeral
187
run: npm start -- --package ${{ matrix.package }} --tests ${{ matrix.test }} --skipUninstall --skipCleanup
188
+
189
+ - name: 'Upload logs'
190
+ uses: actions/upload-artifact@v4
191
+ if: always()
192
+ with:
193
+ name: logs
194
+ path: packages/compass-e2e-tests/.log
0 commit comments