Skip to content

Commit cd700df

Browse files
committed
Swift: upload integration test logs also on failure
1 parent c374a53 commit cd700df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

swift/actions/run-integration-tests/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ runs:
2828
env:
2929
SEMMLE_DEBUG_TRACER: 10000
3030
- name: Upload test logs
31+
if: ${{ !cancelled() }}
3132
uses: actions/upload-artifact@v3
3233
with:
3334
name: swift-integration-tests-logs-${{ runner.os }}

0 commit comments

Comments
 (0)