Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests-vm-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ jobs:

- name: Store artifacts
if: always()
# Don't fail the job on upload errors (e.g. ECONNRESET) —
# these are debug logs, not consumed by downstream jobs.
# Test failures still fail the job via the Run Tests step.
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.vm_type }}-logs
Expand Down
Loading