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).
This commit is contained in:
Paolo Tranquilli 2022-12-05 08:32:32 +01:00
Родитель 79d8444b94
Коммит a0d7043615
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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