Skip to content

Commit 8056b67

Browse files
committed
upload logs
1 parent 1a616c7 commit 8056b67

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,11 @@ 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: ${{ matrix.hadron-distribution}}-${{ matrix.hadron-platform}}-${{ matrix.arch }}-${{ matrix.package }}-${{ matrix.test }}-logs
194+
path: packages/compass-e2e-tests/.log/
195+
include-hidden-files: true

0 commit comments

Comments
 (0)