Skip to content

Commit cd700df

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)