Skip to content

Commit 59e0c13

Browse files
committed
upload logs
1 parent 1a616c7 commit 59e0c13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,10 @@ jobs:
185185
working-directory: packages/compass-smoke-tests
186186
# Using --skipUninstalling --skipCleanup because the runners are ephemeral
187187
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

Comments
 (0)