Swift: upload integration test logs also on failure

This commit is contained in:
Paolo Tranquilli
2022-12-02 12:20:14 +01:00
parent c374a5301e
commit cd700dfe11

View File

@@ -28,6 +28,7 @@ runs:
env:
SEMMLE_DEBUG_TRACER: 10000
- name: Upload test logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v3
with:
name: swift-integration-tests-logs-${{ runner.os }}