Skip to content

Commit a0d7043

Browse files
committed
Swift: always upload integration test logs
This way we can get logs also in case we cancelled the job due to a test hanging indefinitely (which is happening from time to time to the Xcode test).
1 parent 79d8444 commit a0d7043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)